Add libmatchbox 1.9 bb

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@592 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2006-08-07 15:06:25 +00:00
parent d24a63938a
commit 2360bfa2ab
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
include libmatchbox.inc
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}/
}