diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2012-02-24 14:53:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:27:24 +0000 |
commit | cf87669e7c1d228fa26212b7747a5a8018f04b96 (patch) | |
tree | 959d9b0c301687fe8d928d9e570c664ab3120ad1 /meta/recipes-extended/tasks | |
parent | 835197d65c662058d373f685c12a869abecb94fe (diff) | |
download | poky-cf87669e7c1d228fa26212b7747a5a8018f04b96.tar.gz |
task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tasks')
-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 c48ccf08f2..27671964dc 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 = "r6" | 6 | PR = "r7" |
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" |
@@ -116,6 +116,7 @@ RDEPENDS_task-core-misc = "\ | |||
116 | groff \ | 116 | groff \ |
117 | lsb \ | 117 | lsb \ |
118 | lsbsetup \ | 118 | lsbsetup \ |
119 | lsbtest \ | ||
119 | lsof \ | 120 | lsof \ |
120 | man \ | 121 | man \ |
121 | man-pages \ | 122 | man-pages \ |