| Submitter | Saul Wold |
|---|---|
| Date | April 17, 2012, 10:02 p.m. |
| Message ID | <a511ea9fea4f9e151f1e704fa06d2106442c5818.1334700068.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/26099/ |
| State | New |
| Headers | show |
Comments
Patch
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 \
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> --- meta/recipes-core/tasks/task-self-hosted.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)