]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-self-hosted: Add LSB for distro info
authorSaul Wold <sgw@linux.intel.com>
Tue, 17 Apr 2012 22:02:12 +0000 (15:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Apr 2012 22:15:56 +0000 (23:15 +0100)
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

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/tasks/task-self-hosted.bb

index 5588cd3a2731afc3ca0aae8863f07a7a88d3eddf..5d4e153b3886543782f6975022f672736afbe151 100644 (file)
@@ -44,6 +44,7 @@ RDEPENDS_task-self-hosted-host-tools = "\
     kernel-module-iptable-nat \
     kernel-module-iptable-mangle \
     kernel-module-iptable-filter \
+    lsb \
     mc \
     parted \
     pseudo \