initscripts: makedevs is no longer used anywhere so drop dependency. Also inhibit compiler/libc dependencies as they're unused

This commit is contained in:
Richard Purdie 2011-06-10 09:11:41 +01:00
parent e2d72bd961
commit 2c72fd6074
1 changed files with 3 additions and 3 deletions

View 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 \