summaryrefslogtreecommitdiffstats
path: root/meta-networking
Commit message (Collapse)AuthorAgeFilesLines
* pptp-linux: Add dependency to fix parallel buildJesse Zhang2013-03-182-2/+23
| | | | | | | Add dependency on the generated config.h file for pptp.c and version.c. Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* macchanger: added 1.5.0 recipeFelipe F. Tonello2013-02-251-0/+25
| | | | | | | This is a useful utility to manipulate the mac address of a device. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ebtables: move ebtables-save to sbindir to avoid QA issueJackie Huang2013-02-251-1/+6
| | | | | | | | | | Fix the QA issue: WARNING: QA Issue: ebtables: Found a reference to /usr/ in /path/to/tmp/work/x86_64-wrs-linux/ebtables-2.0.10-4-r1/packages-split/ebtables/sbin/ebtables-save WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference anything in exec_prefix Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* cyrus-sasl2: add 2.1.26Marcin Juszkiewicz2013-02-161-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | I took recipe from OE classic, updated, cleaned and got it build. I use it only as build dependency - did not checked binaries from ${PN}-bin. There are RPATH problems to solve: WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/saslpasswd2 WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/pluginviewer WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/sasldblistusers2 WARNING: QA Issue: package cyrus-sasl contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl/usr/lib/sasl2/libsasldb.so.3.0.0 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* arptables: defeat multi-job for installJoe Slater2013-02-141-0/+7
| | | | | | | | | | | | | | | | | | CQID: 399299 The make install target is not parallel job safe, but doesn't do all that much, so we limit make to one job for that. The make target is of the form install: x y z Unfortunately, z depends on y, so if z is started before y (almost) completes, we will fail. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* accel-ppp: resolve QA warnings and satisfy multilibAws Ismail2013-02-141-0/+7
| | | | | | | | | | Create -libs and -dbg splits to include .so and .debug files, respectively to resolve the QA warning: lib64-accel-ppp rdepends on lib64-accel-ppp-dev when multilib is being used. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* netcat-openbsd: resolve multilib issues.Aws Ismail2013-02-141-3/+3
| | | | | | | | Make recipe changes to enable successfull building when multilib is being used. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* traceroute: resolve multilib issuesAws Ismail2013-02-141-4/+6
| | | | | | | | Make recipe changes to enable successfull building when multilib is being used. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* netcat: call out glib-2.0 dependencyyanjun.zhu2013-02-041-1/+3
| | | | | | | When do_compile, netcat-openbsd needs the dependence of glib-2.0. Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* multilib: Fix PN - BPN to make fetch work.Randy MacLeod2013-02-045-6/+6
| | | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ebtables, arptables: add perl as runtime dependencyKhem Raj2013-01-272-0/+4
| | | | | | | | | | Fixes errors like | Computing transaction...error: Can't install arptables-0.0.3+4-r0.0@ppce500v2: no package provides /usr/bin/perl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autofs: fix QA warningsMartin Jansa2013-01-251-0/+4
| | | | | | | autofs-5.0.7: autofs: Files/directories were installed but not shipped /run Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autofs: fails to compile with openldap disabledAmy Fong2013-01-242-1/+46
| | | | | | | | | | | As of 5.0.6, it appears that changes were introduced so that if you compile with openldap disabled and openldap headers are not available, then autofs fails to build. Since autofs no longer depends on openldap, remove the dependency. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* znc: add git versionKoen Kooi2013-01-221-0/+19
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* accel-ppp: add 1.7.3 + fixes from gitKoen Kooi2013-01-221-0/+25
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iftop: add 1.0pre2Koen Kooi2013-01-221-0/+14
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* traceroute: Remove bashismsMorgan Little2013-01-181-4/+2
| | | | | | | | * remove the pushd/popd parts of do_install * fix broken symlinks to manpages Signed-off-by: Morgan Little <morgan.little@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* netcat_0.7.1.bb: Fix build with new versions of autotoolsKhem Raj2013-01-182-2/+36
| | | | | | | | autoconf and automake got updates which need these changes see patch header for details Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: do not check for modprobeyanjun.zhu2013-01-172-0/+76
| | | | | | | | | | | | | Reference: http://www.spinics.net/lists/autofs/msg00139.html Loading autofs module is #ifdef'ed in the source, so there is no need to check for /proc (which is only used to load module) or modprobe. Both modprobe and /proc are always in the fixed location so there's no need to check for these to start with. Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: Remove systemd related things.Noor Ahsan2013-01-101-4/+1
| | | | | | | | | | * Autofs was being inherited from systemd. This class is only present in meta-systemd. So bitbake was giving parse error about systemd class. So removed systemd from inherit and removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: fix license to kill a warningRoy.Li2013-01-091-2/+2
| | | | | | | LICENSE is case sensitive Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ndisc6: Forward port recipe from OE classicKhem Raj2013-01-081-0/+62
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nis: Import recipes from OE classicKhem Raj2013-01-086-0/+214
| | | | | | Update to latest versions while at it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autofs: Add recipes for 5.0.7Khem Raj2013-01-0824-0/+1318
| | | | | | Forward port from OE classic Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ebtables: Fix segfault by linking with no-as-neededKhem Raj2013-01-072-1/+27
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* arptables: Import recipe from OE-Classic and update to latestKhem Raj2013-01-073-0/+161
| | | | | | | Make LICENSE more specific Add LIC_FILES_CHKSUM Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-testLei Yang2013-01-073-6/+40
| | | | | | | | | | | The netcat-openbsd in meta-virtualization layer has bugs. This update version will fix "nc: Protocol no available." error. As bruce point, we want to keep netcat in the meta-networking, which meta-virtualization will depend on,and this patch will let netcat-openbsd with low priority to install Signed-off-by: Lei Yang <lei.yang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESAndrei Gherzan2013-01-041-3/+3
| | | | | | | | | | | | | Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* radvd: change scanner.* file dependencyRoy.Li2013-01-042-1/+28
| | | | | | generation of scanner.c needs gram.h, not just scanner.o Signed-off-by: Roy.Li <rongqing.li@windriver.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-231-1/+1
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-networking: Fix erroneous use of "startline" in LIC_FILES_CHKSUMPaul Eggleton2012-12-163-4/+4
| | | | | | | | | "beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vpnc: import from OE-classicMartin Jansa2012-12-105-0/+263
| | | | | | | | | * needed for exalt * fix LICENSE * add LIC_FILES_CHKSUM * .inc merged to .bb and cleaned files Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pptp-linux: add from OE-Classic, update and tidy upPaul Eggleton2012-12-072-0/+59
| | | | | | | | | | | | | * Update to 1.7.2 * Drop unnecessary override of do_compile * Make LICENSE more accurate * Add LIC_FILES_CHKSUM * Add SUMMARY * Minor formatting/ordering tweaks Based on a patch by Vladimir Redzhepoff <vladimir.redzhepoff@promwad.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* pure-ftpd: add new recipe for 1.0.36Paul Eggleton2012-12-073-0/+87
| | | | | | Based on a patch by Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* ebtables: add from OE-Classic, update and tidy upPaul Eggleton2012-12-074-0/+331
| | | | | | | | | | | | | * Update to 2.0.10-4 * Handle hardcoded paths in initscript * Add LIC_FILES_CHKSUM * Set SUMMARY (which sets DESCRIPTION) * Drop PRIORITY * Minor formatting/ordering tweaks Based on a patch by Vladimir Redzhepoff <vladimir.redzhepoff@promwad.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* conntrack-tools: add from OE-Classic, update and tidy upPaul Eggleton2012-12-073-0/+197
| | | | | | | | | | | | | * Update to version 1.4.0 and add additional dependencies * Handle hardcoded paths in initscripts * Add LSB header to initscript * Make LICENSE more specific * Add LIC_FILES_CHKSUM * Set SUMMARY (which sets DESCRIPTION) Based on a patch by Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libnetfilter-queue: add new recipe for version 1.0.2Paul Eggleton2012-12-071-0/+14
| | | | | | This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libnetfilter-cthelper: add new recipe for version 1.0.0Paul Eggleton2012-12-071-0/+14
| | | | | | This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libnetfilter-cttimeout: add new recipe for version 1.0.0Paul Eggleton2012-12-071-0/+13
| | | | | | This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libnetfilter-conntrack: add from OE-Classic and updatePaul Eggleton2012-12-071-0/+14
| | | | | | | | | | | * Update to version 1.0.2 * Add SUMMARY and tweak DESCRIPTION * Add HOMEPAGE * Add dependency on libmnl Based on a patch by Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libmnl: add new recipe for version 1.0.3Paul Eggleton2012-12-071-0/+12
| | | | | | | This library is required by recent versions of some the libnetfilter* libraries. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libnfnetlink: move to meta-networking and update to 1.0.1Paul Eggleton2012-12-071-0/+19
| | | | | | | | * Fix SRC_URI checksum to not be version-specific * Refer to new COPYING file in LIC_FILES_CHKSUM (previously none was distributed) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* netcat: add from OE-ClassicPaul Eggleton2012-12-071-0/+21
| | | | | | | | | | | Changes from the OE-Classic recipe: * Use ALTERNATIVE_${PN} instead of ALTERNATIVE_NAME * Add LIC_FILES_CHKSUM * Move SRC_URI checksums underneath SRC_URI Based on a patch by Vladimir Redzhepoff <vladimir.redzhepoff@promwad.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* proftpd: fix do_install failure after libexecdir changePaul Eggleton2012-12-051-1/+2
| | | | | | | | | | | | | | As of OE-Core commit id 406bd38b4232f9f399ef5ffe0b4fac72ed605a23 libexecdir has been changed to ${libdir}/${BPN}. As we are already deleting ${libdir}/proftpd which is the same as ${libdir}/${BPN} in this case, introduce a check to see if ${libexecdir} still exists before attempting to remove it possibly a second time. This will handle if libexecdir is set to its original value or a custom value in the distro config. Based on a patch by Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* netperf: Correct license flagsJoe MacDonald2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* mtr: add from OE-Classic, update and tidy upPaul Eggleton2012-11-272-0/+50
| | | | | | | | | | * 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: Paul Eggleton <paul.eggleton@linux.intel.com>
* proftpd: add from meta-baryonPaul Eggleton2012-11-276-0/+424
| | | | | | | | | | | | | | | | | | | | | | | | 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: Paul Eggleton <paul.eggleton@linux.intel.com>
* xl2tpd: add from OE-Classic, update and tidy upPaul Eggleton2012-11-273-0/+106
| | | | | | | | | | | | | | * 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: Paul Eggleton <paul.eggleton@linux.intel.com>
* vblade: add from OE-Classic, update and tidy upPaul Eggleton2012-11-272-0/+36
| | | | | | | | | * Update to version 20 * Add LIC_FILES_CHKSUM * Make LICENSE more accurate * Set SUMMARY (which sets DESCRIPTION) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* radvd: add from OE-Classic, update and tidy upPaul Eggleton2012-11-274-0/+174
| | | | | | | | | | | | | | | | * 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: Paul Eggleton <paul.eggleton@linux.intel.com>