diff options
author | Koen Kooi <koen@openembedded.org> | 2005-01-24 18:21:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-01-24 18:21:21 +0000 |
commit | aae545fceb3d3f3429579d1950816b24dcf6a603 (patch) | |
tree | 93a722dab8eb35817be1d947919029d004ce4263 /packages/libmatchbox/libmatchbox_1.6.bb | |
parent | 22baceb92fe8388d829a968da224884733999925 (diff) |
add latest matchbox bits
BKrev: 41f53ca1_dpsKOyovsephY1pbenoDw
Diffstat (limited to 'packages/libmatchbox/libmatchbox_1.6.bb')
-rw-r--r-- | packages/libmatchbox/libmatchbox_1.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/libmatchbox/libmatchbox_1.6.bb b/packages/libmatchbox/libmatchbox_1.6.bb index e69de29bb2..3db7db47f0 100644 --- a/packages/libmatchbox/libmatchbox_1.6.bb +++ b/packages/libmatchbox/libmatchbox_1.6.bb @@ -0,0 +1,10 @@ +include libmatchbox.inc + +PR = "r1" + +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}/ +} |