diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-12-18 10:03:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:55:01 +0000 |
commit | 9642794ab4fdc3a84252a38285d9aff643bbc5b8 (patch) | |
tree | 53da2ea980fb143425671e3f5e4f5d8d06acb427 /meta/recipes-extended/net-tools | |
parent | e1269dd6d49302816322a0b81b614f2bdbd73906 (diff) | |
download | poky-9642794ab4fdc3a84252a38285d9aff643bbc5b8.tar.gz |
net-tools: disable Token Ring and Strip support - both got removed in 3.7 kernel
(From OE-Core rev: d884974bf767cc35e3383fddcae219c8ccae6846)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/net-tools')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h | 4 | ||||
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-23.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h b/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h index 92c527a51e..6d39c2a8cb 100644 --- a/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h +++ b/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h | |||
@@ -49,8 +49,8 @@ | |||
49 | #define HAVE_HWSLIP 1 | 49 | #define HAVE_HWSLIP 1 |
50 | #define HAVE_HWPPP 1 | 50 | #define HAVE_HWPPP 1 |
51 | #define HAVE_HWTUNNEL 1 | 51 | #define HAVE_HWTUNNEL 1 |
52 | #define HAVE_HWSTRIP 1 | 52 | #define HAVE_HWSTRIP 0 |
53 | #define HAVE_HWTR 1 | 53 | #define HAVE_HWTR 0 |
54 | #define HAVE_HWAX25 0 | 54 | #define HAVE_HWAX25 0 |
55 | #define HAVE_HWROSE 0 | 55 | #define HAVE_HWROSE 0 |
56 | #define HAVE_HWNETROM 1 | 56 | #define HAVE_HWNETROM 1 |
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb index 7760877960..bc61d21e24 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "http://bugs.debian.org/net-tools" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ |
7 | file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba" | 7 | file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/n/net-tools/net-tools_1.60.orig.tar.gz;name=tarball \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/n/net-tools/net-tools_1.60.orig.tar.gz;name=tarball \ |
11 | ${DEBIAN_MIRROR}/main/n/net-tools/${BPN}_${PV}.diff.gz;apply=no;name=patch \ | 11 | ${DEBIAN_MIRROR}/main/n/net-tools/${BPN}_${PV}.diff.gz;apply=no;name=patch \ |