mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
6fdff6d90b
commit
f5729aa00c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user