diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-03 11:04:37 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-03 16:33:59 -0800 |
commit | f3af7d55a828d0f41ef2bca6f229d6be2aea3c27 (patch) | |
tree | 8ae4228f9f97a814487fdf0255037ceb087a8fc8 /meta | |
parent | e92f3a25ecd879ff03125bd50f7149f8022b48a4 (diff) | |
download | poky-f3af7d55a828d0f41ef2bca6f229d6be2aea3c27.tar.gz |
task-poky-lsb: add chkconfig
(From OE-Core rev: 0e3c98374ed6d87286b59754cee2c88414933c1e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index ab640bd122..a78e5ae445 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb | |||
@@ -55,6 +55,7 @@ RDEPENDS_task-poky-lsb = "\ | |||
55 | # | 55 | # |
56 | # GPLv2 Should List | 56 | # GPLv2 Should List |
57 | RDEPENDS_task-poky-sys-extended = "\ | 57 | RDEPENDS_task-poky-sys-extended = "\ |
58 | chkconfig \ | ||
58 | curl \ | 59 | curl \ |
59 | dhcp-client \ | 60 | dhcp-client \ |
60 | diffutils \ | 61 | diffutils \ |