From: Koen Kooi Date: Sat, 5 Aug 2006 19:50:33 +0000 (+0000) Subject: libmatchbox: add 1.9 X-Git-Tag: Release-2010-05/1~9453^2~999^2~20^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5590211fb861491261866b9f64bbfb32c474394;p=openembedded.git libmatchbox: add 1.9 --- diff --git a/packages/libmatchbox/libmatchbox_1.9.bb b/packages/libmatchbox/libmatchbox_1.9.bb new file mode 100644 index 0000000000..d87eb09150 --- /dev/null +++ b/packages/libmatchbox/libmatchbox_1.9.bb @@ -0,0 +1,9 @@ +require libmatchbox.inc +PR = "r0" + +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ + file://check.m4" + +do_configure_prepend () { + mv ${WORKDIR}/check.m4 ${S}/ +}