diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 22:33:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 22:33:26 +0000 |
commit | 53ac749f02e112061f4d2506f2bc26a73e89a345 (patch) | |
tree | 712af9feb9b87d5051180d79faa3b1fc3cea1707 /meta/recipes-devtools/pkgconfig | |
parent | 99b263285f0ee60b4336992251840e418aa695c4 (diff) | |
download | openembedded-core-53ac749f02e112061f4d2506f2bc26a73e89a345.tar.gz |
pkgconfig: Drop glibconfig from SRC_URI to unbreak builds after previous commit
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb index 6a17d7af84..3070da99d3 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb @@ -1,7 +1,6 @@ require pkgconfig.inc SRC_URI += " \ - file://glibconfig-sysdefs.h \ file://pkg-config-native.in \ file://fix-glib-configure-libtool-usage.patch \ file://obsolete_automake_macros.patch \ diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index cc0814b082..e420420ae1 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb @@ -1,8 +1,7 @@ require pkgconfig.inc SRC_URI = "git://anongit.freedesktop.org/pkg-config \ - file://autofoo.patch \ - file://glibconfig-sysdefs.h" + file://autofoo.patch" S = "${WORKDIR}/git/" |