summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2012-05-28 15:48:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-05 22:56:31 +0100
commit9205cba286e54576f95a5894d3953dcda43cf8bf (patch)
tree6a8fc2d675f09fea895254dbd9d0cd91a6004e49
parent6e416742ff131265a2471423bf5bf47e2fc4df3e (diff)
downloadpoky-9205cba286e54576f95a5894d3953dcda43cf8bf.tar.gz
task-core-lsb: Add another initscripts to an lsb image
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] (From OE-Core rev: b0d45a7bca3e448ceb4802540d42972a625997f8) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tasks/task-core-lsb.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 99ca839779..4faf4d74e2 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Create Small Image Tasks" 5DESCRIPTION = "Create Small Image Tasks"
6PR = "r8" 6PR = "r9"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -80,6 +80,7 @@ RDEPENDS_task-core-sys-extended = "\
80 which \ 80 which \
81 xinetd \ 81 xinetd \
82 zip \ 82 zip \
83 lsbinitscripts \
83 " 84 "
84 85
85RDEPENDS_task-core-db = "\ 86RDEPENDS_task-core-db = "\