summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-10-12 22:44:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-12 23:05:03 +0800
commitf5729aa00cbd0e426c8a61e473f292a411325c76 (patch)
tree6817f83af3c68aa018ae2875dfd760c5f873d28f
parent6fdff6d90b5b2d3cfafca8fd35af84155f3e382a (diff)
downloadmeta-intel-f5729aa00cbd0e426c8a61e473f292a411325c76.tar.gz
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 <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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"
12 12
13inherit cmake systemd features_check 13inherit cmake systemd features_check
14 14
15DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native" 15DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native pkgconfig-native"
16 16
17EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" 17EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3"
18 18