diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-04 11:20:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:33:38 +0100 |
commit | a5f82b4ddbdf189e2804559016c4a39d426df2cd (patch) | |
tree | a12ecbb9afd962bb9fa58179ab7a1157c4815d63 /meta/recipes-devtools | |
parent | 5a214224a47f0ffee865af267de4a44118429ada (diff) | |
download | poky-a5f82b4ddbdf189e2804559016c4a39d426df2cd.tar.gz |
pkgconfig: update to version 0.29.1
87152c0 : Update to 0.29.1
753f0ba : glib: Fix OSX build with internal glib
5164b9d : Revert "Quote pc_path virtual variable"
a3e58e7 : check: More thoroughly test variable usage
1c564a3 : Only unquote --variable when it appears quoted
e6d33fb : Revert "Unquote values of requested variables"
8d19fad : Also match -Wl,-framework for OSX framework
ae0a8b1 : Allow overriding package variables with env vars
9ef2d34 : Pass key into parse_package_key so it can be set early
52baea8 : README.win32: Add info on building with MSVC
5f70074 : build: Add NMake makefiles for Visual Studio builds
1ed3367 : build: Add a pre-configure config.h template for MSVC builds
56061ef : build: Split Out Source Listing
dd57ff3 : pkg.c: Port from dirent to GDir
(From OE-Core rev: 8f83f09aaa3dc67af44edba2084378f1835ae322)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index d34f608f11..d7634e3b3d 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0" | |||
12 | DEPENDS_class-native = "" | 12 | DEPENDS_class-native = "" |
13 | DEPENDS_class-nativesdk = "" | 13 | DEPENDS_class-nativesdk = "" |
14 | 14 | ||
15 | SRCREV = "5914edfe9604abfedd220103cbac382fc4d268bb" | 15 | SRCREV = "87152c05be88ca8be71a3a563f275b3686d32c28" |
16 | PV = "0.29+git${SRCPV}" | 16 | PV = "0.29.1+git${SRCPV}" |
17 | 17 | ||
18 | SRC_URI = "git://anongit.freedesktop.org/pkg-config \ | 18 | SRC_URI = "git://anongit.freedesktop.org/pkg-config \ |
19 | file://pkg-config-native.in \ | 19 | file://pkg-config-native.in \ |