[oe-commits] Xiaofeng Yan : task-core-lsb: Add another initscripts to an lsb image

git at git.openembedded.org git at git.openembedded.org
Tue Jun 5 21:57:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b0d45a7bca3e448ceb4802540d42972a625997f8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b0d45a7bca3e448ceb4802540d42972a625997f8

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Mon May 28 15:48:44 2012 +0800

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]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>

---

 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 99ca839..4faf4d7 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -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 = "\





More information about the Openembedded-commits mailing list