summaryrefslogtreecommitdiff
path: root/meta/packages
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
parentd24a63938a484132a2ae2d5943d7ac96fccfcf8e (diff)
downloadopenembedded-core-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.tar.gz
openembedded-core-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.tar.bz2
openembedded-core-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.tar.xz
openembedded-core-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.zip
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')
-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 000000000..afcf05866
--- /dev/null
+++ b/meta/packages/libmatchbox/libmatchbox_1.9.bb
@@ -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}/
+}