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:32 +0000 |
commit | 321cd5a25e3bb93d00892b97cb0861eba029a17f (patch) | |
tree | 6fcd4615f73ebb66e5d9ffab94bf531d195ca5db /meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | |
parent | 9f6cd59aa14dbcb12d3aab18211a2644c190c96f (diff) | |
download | poky-321cd5a25e3bb93d00892b97cb0861eba029a17f.tar.gz |
pkgconfig: Drop glibconfig from SRC_URI to unbreak builds after previous commit
(From OE-Core rev: 53ac749f02e112061f4d2506f2bc26a73e89a345)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | 1 |
1 files changed, 0 insertions, 1 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 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | 2 | ||
3 | SRC_URI += " \ | 3 | SRC_URI += " \ |
4 | file://glibconfig-sysdefs.h \ | ||
5 | file://pkg-config-native.in \ | 4 | file://pkg-config-native.in \ |
6 | file://fix-glib-configure-libtool-usage.patch \ | 5 | file://fix-glib-configure-libtool-usage.patch \ |
7 | file://obsolete_automake_macros.patch \ | 6 | file://obsolete_automake_macros.patch \ |