diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2012-05-28 15:48:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-05 22:56:31 +0100 |
commit | 9205cba286e54576f95a5894d3953dcda43cf8bf (patch) | |
tree | 6a8fc2d675f09fea895254dbd9d0cd91a6004e49 | |
parent | 6e416742ff131265a2471423bf5bf47e2fc4df3e (diff) | |
download | poky-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.bb | 3 |
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 | ||
5 | DESCRIPTION = "Create Small Image Tasks" | 5 | DESCRIPTION = "Create Small Image Tasks" |
6 | PR = "r8" | 6 | PR = "r9" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 8 | LIC_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 | ||
85 | RDEPENDS_task-core-db = "\ | 86 | RDEPENDS_task-core-db = "\ |