Skip to content
  1. Dec 04, 2012
  2. Nov 30, 2012
    • Joe MacDonald's avatar
      netperf: Correct license flags · 85ab35f4
      Joe MacDonald authored
         From: Mark Hatle <mark.hatle@windriver.com>
      
         I was helping someone with building netperf from meta-networking last
         night, and stumbled on what I think is a bug.
      
         SUMMARY = "A networking benchmarking tool"
         DESCRIPTION = "Network performance benchmark including tests for TCP,
         UDP, sockets, ATM and more."
         SECTION = "console/network"
         HOMEPAGE = "http://www.netperf.org/
      
      "
         LICENSE = "netperf"
         LICENSE_FLAGS = "commercial"
      
         In the above, the LICENSE_FLAGS are set to 'commercial'.  I think this
         is incorrect.  It should be set to 'non-commercial'.
      
         There is a subtle difference between them which is why I think it's a
         bug...
      
         commercial -- there are some commercial requirements necessary to use
         this recipe in a commercial device... you are responsible for
         understanding them and doing whatever is necessary... (for
         non-commercial devices you can likely use it...)
      
         non-commercial -- this item is restricted to non-commercial users only.
         As in the case of netperf, the license says it's only for
         non-commercial use.
      
         So anyway, my suggestion is to simply change the value of the flag.
      
      Reported-by: default avatarMark Hatle <mark.hatle@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe.macdonald@windriver.com>
      85ab35f4
  3. Nov 29, 2012
  4. Nov 27, 2012
    • Paul Eggleton's avatar
      mtr: add from OE-Classic, update and tidy up · 24289982
      Paul Eggleton authored
      
      
      * Update to 0.82
      * Add ncurses to DEPENDS
      * Add patch to fix configure with standard autotools_do_configure
      * Add SUMMARY
      * Add LIC_FILES_CHKSUM
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      24289982
    • Paul Eggleton's avatar
      proftpd: add from meta-baryon · 3d851fe4
      Paul Eggleton authored
      
      
      This was originally from OE-Classic. Improvements over the OE-Classic
      recipe for reference:
      
      * Update to 1.3.4b
      * Add workaround for proftpd host IP resolution
      * Add initscript, borrowed from Debian with some modifications for
        compatibility and handling for hardcoded paths
      * Use autotools.bbclass and remove unnecessary configure options
      * PARALLEL_MAKE = "" is no longer needed, the bug was fixed in 1.3.3c
      * Set SUMMARY (which sets DESCRIPTION) and base it on the short
        description from the website
      * Use useradd.bbclass to add ftp user/group
      * Add HOMEPAGE
      * Add/fix description in some patches and improve recipe indentation
      * Make LICENSE more accurate
      * Add LIC_FILES_CHKSUM
      
      Some of this work was done by Dexuan Cui <dexuan.cui@intel.com> and
      Kevin Strasser <kevin.strasser@linux.intel.com>.
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      3d851fe4
    • Paul Eggleton's avatar
      xl2tpd: add from OE-Classic, update and tidy up · 3761a24e
      Paul Eggleton authored
      
      
      * Update to version 1.3.1
      * Fetch source from a git tag as upstream apparently no longer publishes
        release tarballs
      * Add virtual/kernel to DEPENDS since it needs the kernel source
      * Inherit update-rc.d.bbclass
      * Handle hardcoded paths in initscript
      * Add LIC_FILES_CHKSUM
      * Set SUMMARY (which sets DESCRIPTION)
      * Remove some unnecessary cruft
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      3761a24e
    • Paul Eggleton's avatar
      vblade: add from OE-Classic, update and tidy up · 5ea9b752
      Paul Eggleton authored
      
      
      * Update to version 20
      * Add LIC_FILES_CHKSUM
      * Make LICENSE more accurate
      * Set SUMMARY (which sets DESCRIPTION)
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      5ea9b752