mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/hafnium: add missing pkg-config dependency
pkg-config-native is used, so we best depend on it. Change-Id: Iad57fa306a813828136d2afeefb16c5101512f5b Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=782b40c14bad5294672c500501edc103"
|
|||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
inherit deploy python3native
|
inherit deploy python3native pkgconfig
|
||||||
|
|
||||||
SRC_URI = "gitsm://git.trustedfirmware.org/hafnium/hafnium.git;protocol=https \
|
SRC_URI = "gitsm://git.trustedfirmware.org/hafnium/hafnium.git;protocol=https \
|
||||||
file://pkg-config-native.patch"
|
file://pkg-config-native.patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user