[oe-commits] Denis 'GNUtoo' Carikli : gob2 and gob2-native: delete version 2.0.14

git version control git at git.openembedded.org
Thu Mar 24 20:03:59 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 5c856dbb35d02f91d8b535b8a538cef082b3a0b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c856dbb35d02f91d8b535b8a538cef082b3a0b0

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Mar 23 11:47:44 2011 +0100

gob2 and gob2-native: delete version 2.0.14

Without that the old(2.0.14) version get chosen for
  native, which makes gmpc fail to compile:
  From #gmpc on Freenode on irc:
    Mar 23 12:33:02 <DaveDavenport>	GNUtoo|bug20: I t hink you need to update gob2
    Mar 23 12:33:09 <DaveDavenport>	there was a bug in one of the releases
    Mar 23 12:33:23 <GNUtoo|bug20>	ok
    Mar 23 12:33:24 <DaveDavenport>	that it created the wrong namespaces because of a stupid buffer overflow
The result beeing the following compilation failure:
  ./gmpc-meta-watcher.h:57:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
where the line 57 is:
  GmpcMetaWatcher *       gmpc_meta_watcher_new   (void);'
with GmpcMetaWatcher beeing defined nowhere in the .c or .h source files

gob2 2.0.14 is also deleted by this commit:
>From #oe on Freenode on irc:
  Mar 23 12:47:13 <GNUtoo|bug20>	I remove the normal non-native one too?
  Mar 23 12:47:18 <eFfeM_work>	yes please

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/gob2/gob2-native_2.0.14.bb |    5 -----
 recipes/gob2/gob2_2.0.14.bb        |   20 --------------------
 2 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/recipes/gob2/gob2-native_2.0.14.bb b/recipes/gob2/gob2-native_2.0.14.bb
deleted file mode 100644
index 45bce01..0000000
--- a/recipes/gob2/gob2-native_2.0.14.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require gob2_${PV}.bb
-DEPENDS = "bison-native flex-native glib-2.0-native"
-inherit native
-
-
diff --git a/recipes/gob2/gob2_2.0.14.bb b/recipes/gob2/gob2_2.0.14.bb
deleted file mode 100644
index 96098b8..0000000
--- a/recipes/gob2/gob2_2.0.14.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-LICENSE = "LGPL"
-DESCRIPTION = "A library to make creating GObjects easier"
-HOMEPAGE = "http://www.5z.com/jirka/gob.html"
-SECTION = "libs"
-DEPENDS = "gtk+ bison flex"
-SRC_URI = "http://ftp.5z.com/pub/gob/old/gob2-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_compile_prepend() {
-    find ${S} -name Makefile | xargs sed -i 's~-I/usr/include~-I${STAGING_INCDIR}~g'
-    find ${S} -name Makefile | xargs sed -i 's~-I$(includedir)~-I${STAGING_INCDIR}~g'
-}
-
-do_stage() {
-    install -m 0644 ${S}/gob2.m4 ${STAGING_DATADIR}/aclocal
-}
-
-SRC_URI[md5sum] = "f8721af6f4e90ff48bd7cb4c96a5a94c"
-SRC_URI[sha256sum] = "c2977b18d1166c62e3f04373feefc0e2af704da3cb98e32612be4a55fd77a3f9"





More information about the Openembedded-commits mailing list