diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2019-11-04 11:05:17 -0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-11-08 13:27:23 +0800 |
commit | 363c7a606ad234a08f3e7c489518b0abf18f356a (patch) | |
tree | 83b6e402a492f0598d8629a9586a404f8e634301 | |
parent | 382ffa19cf3d22a6cdcff1c2a1bc78e0ecc5858c (diff) | |
download | meta-secure-core-363c7a606ad234a08f3e7c489518b0abf18f356a.tar.gz |
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 <jason.wessel@windriver.com>
-rw-r--r-- | meta/recipes-core/images/secure-core-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | require secure-core-image.inc | 1 | require secure-core-image.inc |
2 | 2 | ||
3 | IMAGE_INSTALL += "\ | 3 | IMAGE_INSTALL += "\ |
4 | packagegroup-core-lsb \ | 4 | util-linux \ |
5 | " | 5 | " |
6 | 6 | ||
7 | inherit extrausers | 7 | inherit extrausers |