diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-04-21 14:39:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:52 +0100 |
commit | 076e1c9895cc4f559fd58956a6eb1098918292b5 (patch) | |
tree | 3b3d5e35217a9952a9f31c977ea717f48f4d16f1 | |
parent | bf4c807aa8479ba475c7484dabe6cdb0def5f4ec (diff) | |
download | openembedded-core-076e1c9895cc4f559fd58956a6eb1098918292b5.tar.gz openembedded-core-076e1c9895cc4f559fd58956a6eb1098918292b5.tar.bz2 openembedded-core-076e1c9895cc4f559fd58956a6eb1098918292b5.zip |
pkgconfig: Move patches in prep for 0.28 update
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 87d7165175..52b9ad1e75 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc @@ -12,13 +12,7 @@ DEPENDS = "glib-2.0 popt" DEPENDS_class-native = "" DEPENDS_class-nativesdk = "" -SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ - file://autofoo.patch \ - file://glibconfig-sysdefs.h \ - file://pkg-config-native.in \ - file://disable-legacy.patch \ - file://obsolete_automake_macros.patch \ - " +SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz" S = "${WORKDIR}/pkg-config-${PV}/" diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb index a269973c1d..a55d017581 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb @@ -2,5 +2,12 @@ require pkgconfig.inc PR = "r7" +SRC_URI += "file://autofoo.patch \ + file://glibconfig-sysdefs.h \ + file://pkg-config-native.in \ + file://disable-legacy.patch \ + file://obsolete_automake_macros.patch \ + " + SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745" SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e" |