summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-17 15:02:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 23:16:30 +0100
commit9656762e80c75df6b3fa2f6c717e92ddb53a6e2f (patch)
tree70b3844f54dfe51ce77d66f403e427f5ba52df54 /meta
parent8e53c8c9377022c7a120ab8a140db7ce11f9f1d1 (diff)
downloadpoky-9656762e80c75df6b3fa2f6c717e92ddb53a6e2f.tar.gz
task-self-hosted: Add LSB for distro info
The lsb package is needed to enable the distro checking in the self hosted image. Currently there is no standard identification in the self-hosted image so use the existing lsb package which provides lsb_release that parses the /etc/release file (From OE-Core rev: 1373865ce7f205a8e63f42caf436e9e2f7a565f5) 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-core/tasks/task-self-hosted.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 5588cd3a27..5d4e153b38 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -44,6 +44,7 @@ RDEPENDS_task-self-hosted-host-tools = "\
44 kernel-module-iptable-nat \ 44 kernel-module-iptable-nat \
45 kernel-module-iptable-mangle \ 45 kernel-module-iptable-mangle \
46 kernel-module-iptable-filter \ 46 kernel-module-iptable-filter \
47 lsb \
47 mc \ 48 mc \
48 parted \ 49 parted \
49 pseudo \ 50 pseudo \