netbase: SRC_URI_OVERRIDES_PACKAGE_ARCH
authorKoen Kooi <koen@openembedded.org>
Fri, 10 Aug 2007 13:46:42 +0000 (13:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 10 Aug 2007 13:46:42 +0000 (13:46 +0000)
packages/netbase/netbase_4.21.bb

index 6851ae8..441c7e6 100644 (file)
@@ -2,10 +2,12 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r18"
+PR = "r19"
 
 inherit update-rc.d
 
+SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
+
 INITSCRIPT_NAME = "networking"
 INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ."
 # On MNCI etc, start very late so that our own apps come up faster