summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
index c4ada808ab..55ab5c41f7 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
@@ -12,9 +12,11 @@ DEPENDS = "glib-2.0"
12DEPENDS_class-native = "" 12DEPENDS_class-native = ""
13DEPENDS_class-nativesdk = "" 13DEPENDS_class-nativesdk = ""
14 14
15SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz" 15SRCREV = "40342dd0ead05d457a2a4e692cf865f50033a709"
16PV = "0.28+git${SRCPV}"
17SRC_URI = "git://anongit.freedesktop.org/pkg-config"
16 18
17S = "${WORKDIR}/pkg-config-${PV}/" 19S = "${WORKDIR}/git"
18 20
19inherit autotools 21inherit autotools
20 22