diff options
-rw-r--r-- | packages/libmatchbox/libmatchbox_1.8.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/libmatchbox/libmatchbox_1.8.bb b/packages/libmatchbox/libmatchbox_1.8.bb new file mode 100644 index 0000000000..1dfcb0a4da --- /dev/null +++ b/packages/libmatchbox/libmatchbox_1.8.bb @@ -0,0 +1,9 @@ +include 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}/ +} |