]> code.ossystems Code Review - openembedded-core.git/commitdiff
Patch to disable G_DISABLE_DEPRECATED for libglade, to build with glib 2.10
authorChris Lord <chris@openedhand.com>
Tue, 25 Apr 2006 19:35:03 +0000 (19:35 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 25 Apr 2006 19:35:03 +0000 (19:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@366 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/libglade/libglade-2.5.1/no-deprecation.patch [new file with mode: 0644]
openembedded/packages/libglade/libglade_2.5.1.bb

diff --git a/openembedded/packages/libglade/libglade-2.5.1/no-deprecation.patch b/openembedded/packages/libglade/libglade-2.5.1/no-deprecation.patch
new file mode 100644 (file)
index 0000000..9ef8f07
--- /dev/null
@@ -0,0 +1,10 @@
+--- libglade-2.5.1/glade/Makefile.am.old       2006-04-25 21:03:25.000000000 +0100
++++ libglade-2.5.1/glade/Makefile.am   2006-04-25 21:03:45.000000000 +0100
+@@ -30,7 +30,6 @@
+   -I$(top_srcdir) \
+   $(LIBGLADE_CFLAGS) \
+   -DGLADE_LIBDIR=\""$(libdir)"\" \
+-  -DG_DISABLE_DEPRECATED \
+   -DGDK_DISABLE_DEPRECATED \
+   -DGDK_PIXBUF_DISABLE_DEPRECATED \
+   -DGTK_DISABLE_DEPRECATED \
index f7f75e501defd3f1553954b56257c34bff023819..7738b10f93766dde610e93429acb5b1c790be33c 100644 (file)
@@ -7,9 +7,10 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 
 inherit autotools pkgconfig gnome
 
-PR = "r0"
+PR = "r1"
 
-SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1"
+SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \
+           file://no-deprecation.patch;patch=1"
 
 EXTRA_OECONF += "--without-libxml2"