summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-11-29 20:54:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-06 12:31:08 +0000
commit4d4915a3837a28775e95d739a925df74b197ee33 (patch)
tree104da29ecf5654041d63fb681bc2bce07b36dcd5 /meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
parentca36d34c2e6be96cab9b2a46a3c920832ae8d246 (diff)
downloadpoky-4d4915a3837a28775e95d739a925df74b197ee33.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_git.bb')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb1
1 files changed, 1 insertions, 0 deletions
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
9SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c" 9SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c"
10PV = "0.23+git${SRCPV}" 10PV = "0.23+git${SRCPV}"
11PR = "r1"
11 12
12DEFAULT_PREFERENCE = "-1" 13DEFAULT_PREFERENCE = "-1"
13 14