]> code.ossystems Code Review - openembedded-core.git/commitdiff
initscripts: makedevs is no longer used anywhere so drop dependency. Also inhibit...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jun 2011 08:11:41 +0000 (09:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jun 2011 15:18:33 +0000 (16:18 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initscripts/initscripts_1.0.bb

index 720c252e70f204d81fd42dd0ba784ea2bbde35e7..48b65b90008da9f62603bfdd8a5a23165d4cc793 100644 (file)
@@ -2,11 +2,11 @@ SUMMARY = "SysV init scripts"
 DESCRIPTION = "Initscripts provide the basic system startup initialization scripts for the system.  These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup.  In addition, the scripts are also used during system shutdown to reverse the actions performed at startup."
 SECTION = "base"
 PRIORITY = "required"
-DEPENDS = "makedevs"
-RDEPENDS_${PN} = "makedevs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-PR = "r125"
+PR = "r126"
+
+INHIBIT_DEFAULT_DEPS = "1"
 
 SRC_URI = "file://functions \
            file://halt \