mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
Upgrade libglade to 2.6.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2347 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user