diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-04-23 20:35:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:59:50 +0100 |
commit | 3ec67a951ebd670261fb1fd61f6bd043c6ec9573 (patch) | |
tree | 166a1aa829ed66afb5f1a77b6b44a23434706a9a /meta/recipes-devtools/pkgconfig/pkgconfig.inc | |
parent | 2a14041f3c3296d22dae44f980318e836a9bf502 (diff) | |
download | poky-3ec67a951ebd670261fb1fd61f6bd043c6ec9573.tar.gz |
pkgconfig: Upgrade to latest git tip
0.28 was released 2 years ago and bunch of patches
have gone in since. The commit rate is quite low
so its not a lot of churn to use. We have backports
for few bugs that are removed. Git version of recipe is removed too
since its no longer needed
Change-Id: I4b57db15320c76b1de5d26a733e60436663ff34a
(From OE-Core rev: c7478e328f6507350b7d2d2c790b3dd2bfe2d832)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 6 |
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" | |||
12 | DEPENDS_class-native = "" | 12 | DEPENDS_class-native = "" |
13 | DEPENDS_class-nativesdk = "" | 13 | DEPENDS_class-nativesdk = "" |
14 | 14 | ||
15 | SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz" | 15 | SRCREV = "40342dd0ead05d457a2a4e692cf865f50033a709" |
16 | PV = "0.28+git${SRCPV}" | ||
17 | SRC_URI = "git://anongit.freedesktop.org/pkg-config" | ||
16 | 18 | ||
17 | S = "${WORKDIR}/pkg-config-${PV}/" | 19 | S = "${WORKDIR}/git" |
18 | 20 | ||
19 | inherit autotools | 21 | inherit autotools |
20 | 22 | ||