diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-08-07 15:06:25 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-08-07 15:06:25 +0000 |
commit | 2360bfa2ab8bdbf3105f797511afaebbd5ab0042 (patch) | |
tree | 87fb8e7dfb59450fd17dc9e731ea30857b327567 /meta/packages | |
parent | d24a63938a484132a2ae2d5943d7ac96fccfcf8e (diff) | |
download | openembedded-core-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.tar.gz openembedded-core-2360bfa2ab8bdbf3105f797511afaebbd5ab0042.tar.bz2 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.bb | 8 |
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 @@ +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}/ +} |