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 /meta/recipes-devtools/pkgconfig/pkgconfig.inc | |
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>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 8 |
1 files changed, 1 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}/" |