Skip to content
  1. Nov 29, 2012
  2. 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
    • Paul Eggleton's avatar
      radvd: add from OE-Classic, update and tidy up · 85c1a1a4
      Paul Eggleton authored
      
      
      * Update to 1.9.1
      * Add libdaemon to DEPENDS as needed by 1.9+
      * Remove empty config file (not really of much use and there's an
        example config in the -doc package anyway)
      * Use useradd.bbclass to create user
      * Handle hardcoded paths in initscript
      * Add LSB headers to initscript (borrowed from openSUSE)
      * Set custom LICENSE as it's BSD-Style but not actually one of the
        standard BSD variants
      * Add LIC_FILES_CHKSUM
      * Set SUMMARY (which sets DESCRIPTION)
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      85c1a1a4
    • Paul Eggleton's avatar
      quagga: add from OE-Classic, update and tidy-up · e762ce3f
      Paul Eggleton authored
      
      
      * Update to 0.99.21
      * Fix SRC_URI to point to a working download location
      * Make LICENSE more accurate
      * Add LIC_FILES_CHKSUM
      * Add old gentoo patch to fix libcap linking errors
      * Put binaries in sbindir
      * Use useradd.bbclass to create user/groups
      * Handle hardcoded paths in initscript
      * Add LSB headers to initscript (borrowed from debian)
      * Tidy up packaging and directory references
      * Add SUMMARY
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      e762ce3f
    • Paul Eggleton's avatar
      tunctl: add from OE-Classic and tweak · 4a851a8f
      Paul Eggleton authored
      
      
      * Set SUMMARY (which sets DESCRIPTION)
      * Make LICENSE more accurate
      * Add LIC_FILES_CHKSUM
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      4a851a8f
    • Paul Eggleton's avatar
      tftp-hpa: add from OE-Classic, update and tidy up · 2abab0e9
      Paul Eggleton authored
      
      
      * Update to 5.2
      * Add patches from Fedora
      * Add DESCRIPTION and better SUMMARY
      * Make LICENSE more accurate
      * Add LIC_FILES_CHKSUM
      * Update ALTERNATIVE_* definitions
      * Handle hardcoded paths in initscript
      
      Much of this was done by Joe MacDonald <joe.macdonald@windriver.com>.
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      2abab0e9
    • Paul Eggleton's avatar
      ntp: make servers configurable and default to none configured · a863b540
      Paul Eggleton authored
      
      
      People can't blindly use pool.ntp.org, especially if they are building
      for a product or something that could be used in a product, so at least
      try to get people to do the right thing and not use pool.ntp.org by
      default.
      
      The previous network interface up script is now installed as
      ntpdate-sync in ${bindir} (and symlinked as the network if-up script).
      NTPSERVERS needs to be set in /etc/default/ntpdate.default at runtime,
      or a different version of this file with a default value can be provided
      in a bbappend. (If you intend to use ntpd you will also want to provide
      an ntp.conf with the appropriate server(s) set there as well.)
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      a863b540
    • Paul Eggleton's avatar
      ntp: cleanup recipes and fix SSL support · 93f71daf
      Paul Eggleton authored
      
      
      * Move common definitions to the inc file
      * Drop override of do_configure which doesn't seem to be needed anymore
      * Fold ntp-ssl into the ntp recipe as a PACKAGECONFIG option for those
        who want it (default to off) and fix configure-time checks to detect
        OpenSSL properly so that it gets enabled when selected
      * Remove ntp-bin package and put its contents in currently empty
        ntp-utils package (with migration path)
      * Fix hardcoded paths in ntpd initscript
      * Specify ntpd.conf as a configuration file for packaging purposes
      * Rearrange so that packaging definitions are towards the end in the
        expected order
      * Delete unused "ntp" initscript file
      * Add SUMMARY
      * Update HOMEPAGE
      
      This reapplies some of the changes from the original patch by
      Morgan Little <morgan.little@windriver.com>.
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      93f71daf
    • chunrong guo's avatar
      inetutils : Update to 1.9.1 · 11a6ce97
      chunrong guo authored
      
      
      * There are difference spaces between  inetutils-1.8/COPYING
           and inetutils-1.9.1/COPYING,so md5sum is changed.
      
         * the following patches are accepted by inetutils 1.9.1 upstream
           inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch
           inetutils-1.8-1004-detect-fork-support.patch
           inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch
           inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch
           inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch
           inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch
      
      Signed-off-by: default avatarChunrong Guo <b40290@freescale.com>
      11a6ce97
    • Philip Balister's avatar
      python-cheetah : Drop RDEPENDS from native build. · eb63724f
      Philip Balister authored
      
      
      If the native recipe has the RDEPENDS in, the build fails because these
      packages are not provided by python-native.
      
      Signed-off-by: default avatarPhilip Balister <philip@balister.org>
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      eb63724f
    • Eric BENARD's avatar