]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: Drop glibconfig from SRC_URI to unbreak builds after previous commit
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 22:33:26 +0000 (22:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 22:33:26 +0000 (22:33 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb

index 6a17d7af8448436194ad296234633b170c68178f..3070da99d3660d8b4ce29f511f4734518ab1bcae 100644 (file)
@@ -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 \
index cc0814b082d8c76ea5822bef21b4544a243864e4..e420420ae18a356b2f24291b2618eddb3f8411d6 100644 (file)
@@ -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/"