Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit.
lms needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <[email protected]> --- .../openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb index f911044f..4fc50ce7 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb @@ -12,7 +12,7 @@ COMPATIBLE_HOST:libc-musl = "null" inherit cmake systemd features_check -DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native" +DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native pkgconfig-native" EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7300): https://lists.yoctoproject.org/g/meta-intel/message/7300 Mute This Topic: https://lists.yoctoproject.org/mt/86264264/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
