mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00: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:
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
|
||||
|
||||
S = "${WORKDIR}/DirectFB-examples-${PV}"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
|
||||
SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
|
||||
|
||||
Reference in New Issue
Block a user