summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libglade/libglade_2.6.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-08-09 15:33:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-09 12:12:22 +0100
commite1aad9e8a151643b2644fdcc24f1bdaa90138d86 (patch)
treee798bfd88932ab4bc60c13f9d2de22b8098cf058 /meta/recipes-gnome/libglade/libglade_2.6.4.bb
parent3a093d1b1e9ffea14bf2ec6a0eef76321da8d069 (diff)
downloadpoky-e1aad9e8a151643b2644fdcc24f1bdaa90138d86.tar.gz
libglade: remove the recipe
Libglade has been obsolete for several years and is used by nothing in oe-core; it will be moved to meta-oe so that old recipes still present there continue to build. (From OE-Core rev: 6e5fa40b00039e48709db51c56caf0fa42a83f8e) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libglade/libglade_2.6.4.bb')
-rw-r--r--meta/recipes-gnome/libglade/libglade_2.6.4.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
deleted file mode 100644
index 553e19c601..0000000000
--- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "Runtime support for the GTK+ interface builder"
2HOMEPAGE = "http://library.gnome.org/devel/libglade/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2 & LGPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
7 file://glade/glade.h;endline=22;md5=a04f461c964ba4b57a172d1fbcd8f8fc \
8 file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff"
9
10SECTION = "libs"
11PR = "r5"
12DEPENDS = "zlib gdk-pixbuf gtk+"
13
14inherit autotools pkgconfig gnomebase gtk-doc distro_features_check
15ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
16GNOME_COMPRESS_TYPE="bz2"
17
18SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch"
19
20SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
21SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec"
22
23EXTRA_OECONF += "--without-libxml2"
24
25CFLAGS += "-lz"
26
27PACKAGES += " ${PN}-data"
28FILES_${PN} = "${libdir}/lib*.so.*"
29FILES_${PN}-data = "${datadir}/xml/libglade/glade-2.0.dtd"
30FILES_${PN}-dev += "${bindir}/libglade-convert"
31#RDEPENDS_${PN} = "${PN}-data"