diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-17 15:02:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-17 23:15:56 +0100 |
commit | 1373865ce7f205a8e63f42caf436e9e2f7a565f5 (patch) | |
tree | 3a103bd8ef89a66dfe9718ff5184c35eff3730c5 | |
parent | eddb1d6f458bcf8b0473a360fad3f4a259a57d28 (diff) | |
download | openembedded-core-1373865ce7f205a8e63f42caf436e9e2f7a565f5.tar.gz openembedded-core-1373865ce7f205a8e63f42caf436e9e2f7a565f5.tar.bz2 openembedded-core-1373865ce7f205a8e63f42caf436e9e2f7a565f5.zip |
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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 \ |