summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openembedded/packages/libglade/libglade-2.5.1/no-deprecation.patch10
-rw-r--r--openembedded/packages/libglade/libglade_2.5.1.bb5
2 files changed, 13 insertions, 2 deletions
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
index 0000000000..9ef8f0738e
--- /dev/null
+++ b/openembedded/packages/libglade/libglade-2.5.1/no-deprecation.patch
@@ -0,0 +1,10 @@
1--- libglade-2.5.1/glade/Makefile.am.old 2006-04-25 21:03:25.000000000 +0100
2+++ libglade-2.5.1/glade/Makefile.am 2006-04-25 21:03:45.000000000 +0100
3@@ -30,7 +30,6 @@
4 -I$(top_srcdir) \
5 $(LIBGLADE_CFLAGS) \
6 -DGLADE_LIBDIR=\""$(libdir)"\" \
7- -DG_DISABLE_DEPRECATED \
8 -DGDK_DISABLE_DEPRECATED \
9 -DGDK_PIXBUF_DISABLE_DEPRECATED \
10 -DGTK_DISABLE_DEPRECATED \
diff --git a/openembedded/packages/libglade/libglade_2.5.1.bb b/openembedded/packages/libglade/libglade_2.5.1.bb
index f7f75e501d..7738b10f93 100644
--- a/openembedded/packages/libglade/libglade_2.5.1.bb
+++ b/openembedded/packages/libglade/libglade_2.5.1.bb
@@ -7,9 +7,10 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
7 7
8inherit autotools pkgconfig gnome 8inherit autotools pkgconfig gnome
9 9
10PR = "r0" 10PR = "r1"
11 11
12SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" 12SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \
13 file://no-deprecation.patch;patch=1"
13 14
14EXTRA_OECONF += "--without-libxml2" 15EXTRA_OECONF += "--without-libxml2"
15 16