]> code.ossystems Code Review - openembedded-core.git/commitdiff
netbase: upgrade to 4.41
authorKevin Tian <kevin.tian@intel.com>
Mon, 5 Jul 2010 04:38:41 +0000 (12:38 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 7 Jul 2010 14:24:08 +0000 (07:24 -0700)
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>
meta/packages/netbase/netbase/busybox.patch [deleted file]
meta/packages/netbase/netbase_4.41.bb [moved from meta/packages/netbase/netbase_4.21.bb with 94% similarity]

diff --git a/meta/packages/netbase/netbase/busybox.patch b/meta/packages/netbase/netbase/busybox.patch
deleted file mode 100644 (file)
index 845bb42..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- netbase-3.18.orig/debian/networking.init.d~busybox
-+++ netbase-3.18.orig/debian/networking.init.d
-@@ -15,8 +15,8 @@
-     # spoof protection on all current and future interfaces.
-     
-     if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]; then
--        for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
--            echo 1 > $f
-+        for f in /proc/sys/net/ipv4/conf/*; do
-+            echo 1 > $f/rp_filter
-         done
-         return 0
-     else
similarity index 94%
rename from meta/packages/netbase/netbase_4.21.bb
rename to meta/packages/netbase/netbase_4.41.bb
index bed35adfc984943e6f3447c191d3a25624489795..a3e2e87424c00ea6996b9448e7eeefc3cef4da33 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/
 HOMEPAGE = "http://packages.debian.org/netbase"
 SECTION = "base"
 LICENSE = "GPLv2"
-PR = "r23"
+PR = "r0"
 
 inherit update-rc.d
 
@@ -32,8 +32,6 @@ do_install () {
        install -m 0644 etc-rpc ${D}${sysconfdir}/rpc
        install -m 0644 etc-protocols ${D}${sysconfdir}/protocols
        install -m 0644 etc-services ${D}${sysconfdir}/services
-       install -m 0755 update-inetd ${D}${sbindir}/
-       install -m 0644 update-inetd.8 ${D}${mandir}/man8/
        install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
 
        # Disable network manager on machines that commonly do NFS booting