From f5729aa00cbd0e426c8a61e473f292a411325c76 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 12 Oct 2021 22:44:40 +0800 Subject: lms: add pkgconfig-native to DEPENDS 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 --- dynamic-layers/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" -- cgit v1.2.3-54-g00ecf