Switch from setting PACKAGE_ARCH to inheriting the allarch class in the
poiapp-api-key recipe. This fixes a failure when building an image with
the agl-demo-preload feature that seems due to a change between rocko
and thud.
Bug-AGL: SPEC-2567
Change-Id: I0ad6289897261ece5971cdea4888c6cd13793643
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
LICENSE = "Proprietary"
LIC_FILES_CHKSUM="file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
+inherit allarch
+
do_fetch[noexec] = "1"
do_unpack[noexec] = "1"
do_compile[noexec] = "1"
echo "${POIAPP_CLIENT_ID}" > ${D}${sysconfdir}/poikey
echo "${POIAPP_API_KEY}" >> ${D}${sysconfdir}/poikey
}
-
-PACKAGE_ARCH = "all"