[oe-commits] Richard Purdie : pkgconfig: Drop glibconfig from SRC_URI to unbreak builds after previous commit

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 11:26:02 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 53ac749f02e112061f4d2506f2bc26a73e89a345
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=53ac749f02e112061f4d2506f2bc26a73e89a345

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jan 28 22:33:26 2014 +0000

pkgconfig: Drop glibconfig from SRC_URI to unbreak builds after previous commit

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | 1 -
 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb  | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb
index 6a17d7a..3070da9 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 cc0814b..e420420 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/"
 



More information about the Openembedded-commits mailing list