diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-18 08:22:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-18 08:22:49 +0000 |
commit | e8d230d35d44e8c03e0efb75a87e8ca5907db589 (patch) | |
tree | c11c70b46241f4fe82cfc6a86f00db0e4df10dc4 /meta/packages/libmatchbox | |
parent | 25298e4c2f07046aa16720b200608031b49b6c5b (diff) | |
download | poky-e8d230d35d44e8c03e0efb75a87e8ca5907db589.tar.gz |
libmatchbox 1.9: Apply 16bpp fixed patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1756 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libmatchbox')
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox_1.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb index 52b320d661..03be54a075 100644 --- a/meta/packages/libmatchbox/libmatchbox_1.9.bb +++ b/meta/packages/libmatchbox/libmatchbox_1.9.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PR = "r4" | ||
4 | |||
3 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ |
6 | file://16bppfixes.patch;patch=1 \ | ||
4 | file://check.m4" | 7 | file://check.m4" |
5 | 8 | ||
6 | do_configure_prepend () { | 9 | do_configure_prepend () { |