libglade: add 2.6.4
authorSteve Sakoman <steve@sakoman.com>
Thu, 3 Sep 2009 05:50:32 +0000 (22:50 -0700)
committerKoen Kooi <koen@openembedded.org>
Thu, 3 Sep 2009 08:31:51 +0000 (10:31 +0200)
conf/checksums.ini
recipes/libglade/libglade_2.6.4.bb [new file with mode: 0644]

index 38e35dc..87e8ac1 100644 (file)
@@ -13758,6 +13758,10 @@ sha256=15e4c95402caa3c97394189a6b1b693eced23d80e292fcca12585317434adc2e
 md5=da4f9d1c6cd1337f6ef5e2db768d8557
 sha256=7c79a2afaef4fd6726bad0530e29d2bc19689e07720a05c3ad32012e5aed3138
 
+[http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-2.6.4.tar.bz2]
+md5=d1776b40f4e166b5e9c107f1c8fe4139
+sha256=64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec
+
 [ftp://ftp.gnome.org/pub/GNOME/sources/libglademm/2.4/libglademm-2.4.1.tar.bz2]
 md5=81688d8499028aee8132db48a71e90eb
 sha256=4efb4fe267c19bf96e56f01f0d7a5508c1619cfac139a8e2e5c7f99a8d9cf97c
diff --git a/recipes/libglade/libglade_2.6.4.bb b/recipes/libglade/libglade_2.6.4.bb
new file mode 100644 (file)
index 0000000..f73d6d5
--- /dev/null
@@ -0,0 +1,9 @@
+require libglade.inc
+
+inherit gnome
+
+SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1"
+
+EXTRA_OECONF += "--without-libxml2"
+
+LDFLAGS += "-lz"