diff options
author | erich@mine.nu <erich@mine.nu> | 2004-09-09 00:56:52 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-09-09 00:56:52 +0000 |
commit | 049702be355ec0fbe98e64d99ab2c0dc32b48618 (patch) | |
tree | 428a2a8ec566f2724787fa6ccbedba8e7dd6c92a /xtscal | |
parent | 48ead0b28ebc455cdf00ac5f0edbb39b1d09f391 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mythtv.erich.mine.nu:/home/erich/oe/packages
2004/09/08 20:55:56-04:00 mine.nu!erich
use "-rotate 270" for xtscal on poodle
BKrev: 413faa540zbPOf0ZBt6QO-X0vIwUdw
Diffstat (limited to 'xtscal')
-rw-r--r-- | xtscal/xtscal/xtscal-poodle.patch | 0 | ||||
-rw-r--r-- | xtscal/xtscal_0.5.1.oe | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/xtscal/xtscal/xtscal-poodle.patch b/xtscal/xtscal/xtscal-poodle.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xtscal/xtscal/xtscal-poodle.patch diff --git a/xtscal/xtscal_0.5.1.oe b/xtscal/xtscal_0.5.1.oe index 21d6eeb440..3c3a09e502 100644 --- a/xtscal/xtscal_0.5.1.oe +++ b/xtscal/xtscal_0.5.1.oe @@ -3,6 +3,9 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 libxft libxrandr xcalibrate" -SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" +PR = "r1" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2 \ + file://xtscal-poodle.patch;patch=1" inherit autotools |