diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-04-27 17:14:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 00:54:35 +0100 |
commit | 5d737849bb79d6f00efb23392312052d2bf4b86b (patch) | |
tree | c77feb7ffd76516efaa7ae424ad49d55fd76ca30 | |
parent | 5cd5efb66f1e6050d00a7f3e3c15f0e9e2fb4bb4 (diff) | |
download | poky-5d737849bb79d6f00efb23392312052d2bf4b86b.tar.gz |
task-core-lsb: add xdg-utils into lsb image
Add xdg-utils in task-core-lsb, for LSB command check.
Part fixes [Yocto 520]
(From OE-Core rev: 74040af7c44718e05b1f0eeccb267afa1aa6d3f6)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tasks/task-core-lsb.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index ef8acb1359..ed705f1d45 100644 --- a/meta/recipes-extended/tasks/task-core-lsb.bb +++ b/meta/recipes-extended/tasks/task-core-lsb.bb | |||
@@ -130,6 +130,7 @@ RDEPENDS_task-core-lsb-command-add = "\ | |||
130 | mailx \ | 130 | mailx \ |
131 | msmtp \ | 131 | msmtp \ |
132 | chkconfig \ | 132 | chkconfig \ |
133 | xdg-utils \ | ||
133 | " | 134 | " |
134 | # cups | 135 | # cups |
135 | 136 | ||