aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter
AgeCommit message (Collapse)Author
2013-02-25ebtables: move ebtables-save to sbindir to avoid QA issueJackie Huang
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>
2013-01-27ebtables, arptables: add perl as runtime dependencyKhem Raj
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>
2013-01-07ebtables: Fix segfault by linking with no-as-neededKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-12-07ebtables: add from OE-Classic, update and tidy upPaul Eggleton
* 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>
2012-12-07conntrack-tools: add from OE-Classic, update and tidy upPaul Eggleton
* 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>
2012-12-07libnetfilter-queue: add new recipe for version 1.0.2Paul Eggleton
This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-07libnetfilter-cthelper: add new recipe for version 1.0.0Paul Eggleton
This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-07libnetfilter-cttimeout: add new recipe for version 1.0.0Paul Eggleton
This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-07libnetfilter-conntrack: add from OE-Classic and updatePaul Eggleton
* 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>
2012-12-07libmnl: add new recipe for version 1.0.3Paul Eggleton
This library is required by recent versions of some the libnetfilter* libraries. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-07libnfnetlink: move to meta-networking and update to 1.0.1Paul Eggleton
* 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>