aboutsummaryrefslogtreecommitdiffstats
path: root/libglade/libglade_2.0.1.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /libglade/libglade_2.0.1.oe
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'libglade/libglade_2.0.1.oe')
-rw-r--r--libglade/libglade_2.0.1.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/libglade/libglade_2.0.1.oe b/libglade/libglade_2.0.1.oe
deleted file mode 100644
index 0cabe1781b..0000000000
--- a/libglade/libglade_2.0.1.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-LICENSE = LGPL
-DESCRIPTION = "Runtime support for GTK interface builder"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "libxml2 gtk+"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/libglade-${PV}.tar.bz2 \
- file://glade-cruft.patch;patch=1;pnum=0 \
- file://gtk-2.0.m4"
-
-inherit autotools pkgconfig
-
-headers = "glade-build.h glade-init.h glade-parser.h glade-xml.h glade.h"
-
-do_configure_prepend() {
- install -d m4
- install ${WORKDIR}/gtk-2.0.m4 m4/
-}
-
-do_stage () {
- oe_libinstall -a -so -C glade libglade-2.0 ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/libglade-2.0/glade
- for i in ${headers}; do
- install -m 0644 ${S}/glade/$i ${STAGING_INCDIR}/libglade-2.0/glade/$i
- done
-}