sysvinit: remove unused files

The 'need' and 'provide' files are there for simpleinit compatability,
according to the comments in these two files.

However, we don't use simpleinit and there's even no simpleinit recipe
in OE. Besides, these two files are not installed.

This patch removes these two unused files.

(From OE-Core rev: 05ac5627208c98007cd4c7aed9d76f179cd974a9)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2013-09-09 02:34:41 +00:00 committed by Richard Purdie
parent e909857be0
commit 97f1c03d98
3 changed files with 0 additions and 14 deletions

View File

@ -1,6 +0,0 @@
#!/bin/sh
# need binary that doesnt do anything, supplied for simpleinit
# vs sysvinit compatibility for the supplied startup scripts
exit 0

View File

@ -1,6 +0,0 @@
#!/bin/sh
# provide binary that doesnt do anything, supplied for simpleinit
# vs sysvinit compatibility for the supplied startup scripts
exit 0

View File

@ -13,8 +13,6 @@ SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/sysvinit/sysvini
file://install.patch \
file://crypt-lib.patch \
file://pidof-add-m-option.patch \
file://need \
file://provide \
file://rcS-default \
file://rc \
file://rcS \