mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 12:49:33 +02:00
recipes: Add missing pkgconfig class inherits
These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. (From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "gnu-efi util-linux"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools pkgconfig
|
||||
inherit deploy
|
||||
|
||||
PV = "43+git${SRCPV}"
|
||||
|
||||
@@ -17,7 +17,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c"
|
||||
SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
do_install_append() {
|
||||
# We only need the compressed copy, remove the uncompressed version
|
||||
|
||||
Reference in New Issue
Block a user