From: Saul Wold Date: Tue, 17 Apr 2012 22:02:12 +0000 (-0700) Subject: task-self-hosted: Add LSB for distro info X-Git-Tag: 2015-4~10940 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1373865ce7f205a8e63f42caf436e9e2f7a565f5;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 = "\ kernel-module-iptable-nat \ kernel-module-iptable-mangle \ kernel-module-iptable-filter \ + lsb \ mc \ parted \ pseudo \