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 <[email protected]> --- 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 \ -- 1.7.7.6 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
