]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-core-lsb: Add another initscripts to an lsb image
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Mon, 28 May 2012 07:48:44 +0000 (15:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jun 2012 21:51:38 +0000 (22:51 +0100)
Initscripts with stronger functions will replace the simple one,
which will avoid error when some packages need functions which could
be absent in the simple initscripts.

[YOCTO #2133]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
meta/recipes-extended/tasks/task-core-lsb.bb

index 99ca83977965610c4227875c50d207a7f9e68397..4faf4d74e21fbd1eb4520fc4bbb616a30162655e 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Small Image Tasks"
-PR = "r8"
+PR = "r9"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -80,6 +80,7 @@ RDEPENDS_task-core-sys-extended = "\
     which \
     xinetd \
     zip \
+    lsbinitscripts \
     "
 
 RDEPENDS_task-core-db = "\