diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-02-24 08:41:43 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-01 22:16:14 -0800 |
commit | 17b0f4264743e3849181215d2a28711278636b0b (patch) | |
tree | 5460980c6ddff569a4b20d799d5ccba7d81f3760 | |
parent | a3f528862434d8e0cbdfe7849a000060ec66ddd3 (diff) | |
download | meta-security-17b0f4264743e3849181215d2a28711278636b0b.tar.gz |
secuirty*-image: remove dead var and minor cleanup
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/images/security-client-image.bb | 3 | ||||
-rw-r--r-- | recipes-security/images/security-server-image.bb | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/images/security-client-image.bb b/recipes-security/images/security-client-image.bb index 1a92479..f4ebc69 100644 --- a/recipes-security/images/security-client-image.bb +++ b/recipes-security/images/security-client-image.bb | |||
@@ -5,8 +5,7 @@ IMAGE_INSTALL = "\ | |||
5 | packagegroup-core-boot \ | 5 | packagegroup-core-boot \ |
6 | os-release \ | 6 | os-release \ |
7 | samhain-client \ | 7 | samhain-client \ |
8 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)} \ | 8 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)}" |
9 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" | ||
10 | 9 | ||
11 | IMAGE_LINGUAS ?= " " | 10 | IMAGE_LINGUAS ?= " " |
12 | 11 | ||
diff --git a/recipes-security/images/security-server-image.bb b/recipes-security/images/security-server-image.bb index 502b5c1..4927e0e 100644 --- a/recipes-security/images/security-server-image.bb +++ b/recipes-security/images/security-server-image.bb | |||
@@ -6,8 +6,7 @@ IMAGE_INSTALL = "\ | |||
6 | packagegroup-base \ | 6 | packagegroup-base \ |
7 | packagegroup-core-boot \ | 7 | packagegroup-core-boot \ |
8 | samhain-server \ | 8 | samhain-server \ |
9 | os-release \ | 9 | os-release " |
10 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" | ||
11 | 10 | ||
12 | IMAGE_LINGUAS ?= " " | 11 | IMAGE_LINGUAS ?= " " |
13 | 12 | ||