[oe-commits] Saul Wold : task-self-hosted: Add LSB for distro info

git at git.openembedded.org git at git.openembedded.org
Tue Apr 17 22:22:24 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1373865ce7f205a8e63f42caf436e9e2f7a565f5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1373865ce7f205a8e63f42caf436e9e2f7a565f5

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Apr 17 15:02:12 2012 -0700

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

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/tasks/task-self-hosted.bb |    1 +
 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 5588cd3..5d4e153 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 = "\
     kernel-module-iptable-nat \
     kernel-module-iptable-mangle \
     kernel-module-iptable-filter \
+    lsb \
     mc \
     parted \
     pseudo \





More information about the Openembedded-commits mailing list