summaryrefslogtreecommitdiffstats
path: root/meta/packages/libmatchbox
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-08-07 15:06:25 +0000
committerMatthew Allum <mallum@openedhand.com>2006-08-07 15:06:25 +0000
commit2360bfa2ab8bdbf3105f797511afaebbd5ab0042 (patch)
tree87fb8e7dfb59450fd17dc9e731ea30857b327567 /meta/packages/libmatchbox
parentd24a63938a484132a2ae2d5943d7ac96fccfcf8e (diff)
downloadpoky-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.tar.gz
Add libmatchbox 1.9 bb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@592 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libmatchbox')
-rw-r--r--meta/packages/libmatchbox/libmatchbox_1.9.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb
new file mode 100644
index 0000000000..afcf058663
--- /dev/null
+++ b/meta/packages/libmatchbox/libmatchbox_1.9.bb
@@ -0,0 +1,8 @@
1include libmatchbox.inc
2
3SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
4 file://check.m4"
5
6do_configure_prepend () {
7 mv ${WORKDIR}/check.m4 ${S}/
8}