diff options
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 83a9cdf80a..27d407170c 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc | |||
@@ -37,3 +37,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
37 | # files. | 37 | # files. |
38 | FILES_${PN}-dev = "" | 38 | FILES_${PN}-dev = "" |
39 | FILES_${PN} += "${datadir}/aclocal/pkg.m4" | 39 | FILES_${PN} += "${datadir}/aclocal/pkg.m4" |
40 | |||
41 | # When using the RPM generated automatic package dependencies, some packages | ||
42 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by | ||
43 | # specifying an appropriate provide. | ||
44 | RPROVIDES_${PN} += "pkgconfig(pkg-config) (= ${PV})" | ||
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb index 1e60c54cbf..d0a2b1f9e5 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | 2 | ||
3 | PR = "r5" | 3 | PR = "r6" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745" | 5 | SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745" |
6 | SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e" | 6 | SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e" |
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 6271992910..d5ec8fcf79 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -8,6 +8,7 @@ S = "${WORKDIR}/git/" | |||
8 | 8 | ||
9 | SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c" | 9 | SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c" |
10 | PV = "0.23+git${SRCPV}" | 10 | PV = "0.23+git${SRCPV}" |
11 | PR = "r1" | ||
11 | 12 | ||
12 | DEFAULT_PREFERENCE = "-1" | 13 | DEFAULT_PREFERENCE = "-1" |
13 | 14 | ||