secuirty*-image: remove dead var and minor cleanup

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2020-02-24 08:41:43 -08:00
parent a3f5288624
commit 17b0f42647
2 changed files with 2 additions and 4 deletions
@@ -5,8 +5,7 @@ IMAGE_INSTALL = "\
packagegroup-core-boot \ packagegroup-core-boot \
os-release \ os-release \
samhain-client \ samhain-client \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)}"
${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_LINGUAS ?= " " IMAGE_LINGUAS ?= " "
@@ -6,8 +6,7 @@ IMAGE_INSTALL = "\
packagegroup-base \ packagegroup-base \
packagegroup-core-boot \ packagegroup-core-boot \
samhain-server \ samhain-server \
os-release \ os-release "
${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_LINGUAS ?= " " IMAGE_LINGUAS ?= " "