mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
pkgconfig: Add a manual dependency of pkgconfig(pkg-config)
The libtelepathy-glib-dev package contains a .pc file that has a requires of pkgconfig(pkg-config) > 0.21 in it. In order to satisfy this requirement we add a manual RPROVIDE to the pkgconfig package. (From OE-Core rev: f9ddae16ef31b2c1cd988e1b416a39d516c986c4) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ca36d34c2e
commit
4d4915a383
@@ -37,3 +37,8 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
# files.
|
||||
FILES_${PN}-dev = ""
|
||||
FILES_${PN} += "${datadir}/aclocal/pkg.m4"
|
||||
|
||||
# When using the RPM generated automatic package dependencies, some packages
|
||||
# will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
|
||||
# specifying an appropriate provide.
|
||||
RPROVIDES_${PN} += "pkgconfig(pkg-config) (= ${PV})"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pkgconfig.inc
|
||||
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
|
||||
SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"
|
||||
|
||||
@@ -8,6 +8,7 @@ S = "${WORKDIR}/git/"
|
||||
|
||||
SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c"
|
||||
PV = "0.23+git${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user