From 363c7a606ad234a08f3e7c489518b0abf18f356a Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Mon, 4 Nov 2019 11:05:17 -0800 Subject: secure-core-image: Remove packagegroup-core-lsb oe-core commit fb064356af615d67d85b65942103bf943d84d290 removed the packagegroup-core-lsb, so it must be removed from any other image recipes which refernce the packagegroup-core-lsb. Signed-off-by: Jason Wessel --- meta/recipes-core/images/secure-core-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/secure-core-image.bb b/meta/recipes-core/images/secure-core-image.bb index 256add0..05db5f4 100644 --- a/meta/recipes-core/images/secure-core-image.bb +++ b/meta/recipes-core/images/secure-core-image.bb @@ -1,7 +1,7 @@ require secure-core-image.inc IMAGE_INSTALL += "\ - packagegroup-core-lsb \ + util-linux \ " inherit extrausers -- cgit v1.2.3-54-g00ecf