diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-05 19:50:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-05 19:50:33 +0000 |
commit | c5590211fb861491261866b9f64bbfb32c474394 (patch) | |
tree | 185aa5274321d98c9580847a4cd25217657c91f0 /packages/libmatchbox/libmatchbox_1.9.bb | |
parent | 90f861900a91887545222c91b3c3019be89840b9 (diff) |
libmatchbox: add 1.9
Diffstat (limited to 'packages/libmatchbox/libmatchbox_1.9.bb')
-rw-r--r-- | packages/libmatchbox/libmatchbox_1.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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}/ +} |