diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-05 12:38:41 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-07 07:24:08 -0700 |
commit | 330e32da127715341f49780b1f88120a31411739 (patch) | |
tree | d92082255b7c819656ecab12d35c0cb7c7994f1f /meta/packages/netbase | |
parent | 4d4b7922b164c875ee5c4ce8f4a54e8a40fb6bb3 (diff) | |
download | poky-330e32da127715341f49780b1f88120a31411739.tar.gz |
netbase: upgrade to 4.41
The upgrade is smooth with only one tweaks on update-inetd, which
has been moved out of netbase (since 4.27) to be a standalone
package. So remove related lines from netbase recipe.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/netbase')
-rw-r--r-- | meta/packages/netbase/netbase/busybox.patch | 13 | ||||
-rw-r--r-- | meta/packages/netbase/netbase_4.41.bb (renamed from meta/packages/netbase/netbase_4.21.bb) | 4 |
2 files changed, 1 insertions, 16 deletions
diff --git a/meta/packages/netbase/netbase/busybox.patch b/meta/packages/netbase/netbase/busybox.patch deleted file mode 100644 index 845bb421ed..0000000000 --- a/meta/packages/netbase/netbase/busybox.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | --- netbase-3.18.orig/debian/networking.init.d~busybox | ||
2 | +++ netbase-3.18.orig/debian/networking.init.d | ||
3 | @@ -15,8 +15,8 @@ | ||
4 | # spoof protection on all current and future interfaces. | ||
5 | |||
6 | if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]; then | ||
7 | - for f in /proc/sys/net/ipv4/conf/*/rp_filter; do | ||
8 | - echo 1 > $f | ||
9 | + for f in /proc/sys/net/ipv4/conf/*; do | ||
10 | + echo 1 > $f/rp_filter | ||
11 | done | ||
12 | return 0 | ||
13 | else | ||
diff --git a/meta/packages/netbase/netbase_4.21.bb b/meta/packages/netbase/netbase_4.41.bb index bed35adfc9..a3e2e87424 100644 --- a/meta/packages/netbase/netbase_4.21.bb +++ b/meta/packages/netbase/netbase_4.41.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/ | |||
2 | HOMEPAGE = "http://packages.debian.org/netbase" | 2 | HOMEPAGE = "http://packages.debian.org/netbase" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | PR = "r23" | 5 | PR = "r0" |
6 | 6 | ||
7 | inherit update-rc.d | 7 | inherit update-rc.d |
8 | 8 | ||
@@ -32,8 +32,6 @@ do_install () { | |||
32 | install -m 0644 etc-rpc ${D}${sysconfdir}/rpc | 32 | install -m 0644 etc-rpc ${D}${sysconfdir}/rpc |
33 | install -m 0644 etc-protocols ${D}${sysconfdir}/protocols | 33 | install -m 0644 etc-protocols ${D}${sysconfdir}/protocols |
34 | install -m 0644 etc-services ${D}${sysconfdir}/services | 34 | install -m 0644 etc-services ${D}${sysconfdir}/services |
35 | install -m 0755 update-inetd ${D}${sbindir}/ | ||
36 | install -m 0644 update-inetd.8 ${D}${mandir}/man8/ | ||
37 | install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces | 35 | install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces |
38 | 36 | ||
39 | # Disable network manager on machines that commonly do NFS booting | 37 | # Disable network manager on machines that commonly do NFS booting |