diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-07-04 15:16:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 15:16:25 +0000 |
commit | 86d9211f52171f3367ce974b997e16864e20118d (patch) | |
tree | c13176285e52845d0ae41b85feb14011a0ec2a50 /packages/billiardz | |
parent | 35cc20b2ea130e7f90288cb478072a1b93beba98 (diff) | |
parent | d1e85e122506700d5e37e099326b2e3c8740bdc8 (diff) |
merge of 1aee6898e54c0e2037c99cd8999670a4fe1c0c02
and 348eb2d8dd45b73446471873775d8e248e67bd32
Diffstat (limited to 'packages/billiardz')
-rw-r--r-- | packages/billiardz/billiardz_0.1.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/billiardz/billiardz_0.1.4.bb b/packages/billiardz/billiardz_0.1.4.bb index fcba6d2f30..c0477bd4fc 100644 --- a/packages/billiardz/billiardz_0.1.4.bb +++ b/packages/billiardz/billiardz_0.1.4.bb @@ -5,9 +5,10 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" DEPENDS = "libsdl-qpe libsdl-image" -PR = "r1" +PR = "r2" -SRC_URI = "http://www.chipx86.com/packages/ipkg/billiardz-${PV}.tar.gz" +SRC_URI = "http://www.chipx86.com/packages/ipkg/billiardz-${PV}.tar.gz \ + file://gcc4.patch;patch=1" inherit palmtop |