libmatchbox: Drop 1.7 (old version), use autotools_stage instead of broken custom staging function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-07-08 13:49:49 +01:00
parent 2b7886853c
commit ef4165900c
4 changed files with 3 additions and 23 deletions

View File

@ -2,22 +2,9 @@ SECTION = "x11/libs"
DESCRIPTION = "Matchbox window manager core library"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
PR="r3"
inherit autotools pkgconfig
inherit autotools_stage pkgconfig
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification"
S = "${WORKDIR}/libmatchbox-${PV}"
headers = "hash.h mbconfig.h mbdotdesktop.h mbexp.h \
mb.h mbmenu.h mbpixbuf.h mbtray.h mbutil.h"
do_stage () {
install -d ${STAGING_INCDIR}/libmb
for h in ${headers}; do
install -m 0644 ${S}/libmb/$h ${STAGING_INCDIR}/libmb/
done
oe_libinstall -a -so -C libmb libmb ${STAGING_LIBDIR}
}

View File

@ -1,8 +0,0 @@
require libmatchbox.inc
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://check.m4"
do_configure_prepend () {
cp ${WORKDIR}/check.m4 ${S}/
}

View File

@ -1,6 +1,6 @@
require libmatchbox.inc
PR = "r5"
PR = "r6"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://16bppfixes.patch;patch=1 \

View File

@ -1,6 +1,7 @@
require libmatchbox.inc
PV = "1.7+svnr${SRCREV}"
PR = "r3"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \