]> code.ossystems Code Review - openembedded-core.git/commitdiff
Upgrade libglade to 2.6.2
authorRoss Burton <ross@openedhand.com>
Fri, 3 Aug 2007 13:56:02 +0000 (13:56 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 3 Aug 2007 13:56:02 +0000 (13:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2347 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libglade/libglade-2.6.2/glade-cruft.patch [moved from meta/packages/libglade/libglade-2.5.1/glade-cruft.patch with 100% similarity]
meta/packages/libglade/libglade-2.6.2/no-deprecation.patch [moved from meta/packages/libglade/libglade-2.5.1/no-deprecation.patch with 100% similarity]
meta/packages/libglade/libglade-2.6.2/no-xml2.patch [moved from meta/packages/libglade/libglade-2.5.1/no-xml2.patch with 100% similarity]
meta/packages/libglade/libglade_2.6.2.bb [moved from meta/packages/libglade/libglade_2.5.1.bb with 59% similarity]

similarity index 59%
rename from meta/packages/libglade/libglade_2.5.1.bb
rename to meta/packages/libglade/libglade_2.6.2.bb
index 3aa16c4ef71f6b4037b11589954f795a3ed17396..90b7ce5447ce86cf3f5b767c39662fa784dbd18c 100644 (file)
@@ -6,10 +6,7 @@ DEPENDS = "gtk+ gtk-doc"
 
 inherit autotools pkgconfig gnome
 
-PR = "r2"
-
-SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \
-           file://no-deprecation.patch;patch=1"
+SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1"
 
 EXTRA_OECONF += "--without-libxml2"
 
@@ -21,13 +18,6 @@ FILES_${PN}-data = "${datadir}/xml/libglade/glade-2.0.dtd"
 FILES_${PN}-dev += "${bindir}/libglade-convert"
 #RDEPENDS_${PN} = "${PN}-data"
 
-headers = "glade-build.h glade-init.h glade-parser.h glade-xml.h glade.h"
-
 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
+        autotools_stage_all
 }