From f4114be538c493160cdbccff879f02c1dd5ab68b Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 22 May 2020 17:03:51 +0200 Subject: Fix FTBS of sdk due to missing umock-c package when installing umock-c-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit umock-c-dev has a built-in dependency to umock-c by default. Previously there was no 'umock-c' package as all was shipped as headers/cmake in -dev and a -staticdev package only. ALLOW_EMPTY_${PN} = "1" will enforce the package generation. This will be discussed with upstream on how to fix the package. Bug-AGL: SPEC-3391 Signed-off-by: Jan-Simon Möller Change-Id: I2429ae1fe77e6dcfb630a78ffc420046593b952f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24565 Reviewed-by: Scott Murray Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-bsp/meta-iot-cloud/recipes-azure/umock-c/umock-c_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-bsp/meta-iot-cloud/recipes-azure/umock-c/umock-c_%.bbappend diff --git a/meta-agl-bsp/meta-iot-cloud/recipes-azure/umock-c/umock-c_%.bbappend b/meta-agl-bsp/meta-iot-cloud/recipes-azure/umock-c/umock-c_%.bbappend new file mode 100644 index 000000000..afe3e9cda --- /dev/null +++ b/meta-agl-bsp/meta-iot-cloud/recipes-azure/umock-c/umock-c_%.bbappend @@ -0,0 +1 @@ +ALLOW_EMPTY_${PN} = "1" -- cgit 1.2.3-korg