Fix FTBS of sdk due to missing umock-c package when installing umock-c-dev 65/24565/4
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 22 May 2020 15:03:51 +0000 (17:03 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 22 May 2020 19:03:15 +0000 (19:03 +0000)
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 <jsmoeller@linuxfoundation.org>
Change-Id: I2429ae1fe77e6dcfb630a78ffc420046593b952f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24565
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

meta-agl-bsp/meta-iot-cloud/recipes-azure/umock-c/umock-c_%.bbappend [new file with mode: 0644]

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 (file)
index 0000000..afe3e9c
--- /dev/null
@@ -0,0 +1 @@
+ALLOW_EMPTY_${PN} = "1"