mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- xtscal-0.6.3/xtscal.in~ 2004-09-10 12:10:36.000000000 -0700
|
||||
+++ xtscal-0.6.3/xtscal.in 2005-08-04 09:26:46.000000000 -0700
|
||||
@@ -8,7 +8,7 @@
|
||||
case `module_id` in
|
||||
"HP IPAQ H3100" | "HP IPAQ H3800" )
|
||||
ARGS="-rotate 90" ;;
|
||||
- "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE)
|
||||
+ "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE | *SPITZ | *AKITA | *BORZOI)
|
||||
ARGS="-rotate 270" ;;
|
||||
# H2200: works without rotation
|
||||
esac
|
||||
@@ -0,0 +1,12 @@
|
||||
diff -urN xtscal-0.5.1.orig/xtscal.in xtscal-0.5.1/xtscal.in
|
||||
--- xtscal-0.5.1.orig/xtscal.in 2004-06-13 07:59:37.000000000 -0400
|
||||
+++ xtscal-0.5.1/xtscal.in 2004-09-08 20:24:10.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
case `module_id` in
|
||||
"HP IPAQ H3100" | "HP IPAQ H3800" )
|
||||
ARGS="-rotate 90" ;;
|
||||
- "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE)
|
||||
+ "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE)
|
||||
ARGS="-rotate 270" ;;
|
||||
# H2200: works without rotation
|
||||
esac
|
||||
@@ -0,0 +1,13 @@
|
||||
LICENSE = "GPL"
|
||||
DESCRIPTION = "Touchscreen calibration utility"
|
||||
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
||||
SECTION = "x11/base"
|
||||
|
||||
DEPENDS = "libx11 libxft libxrandr xcalibrate"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
|
||||
file://xtscal-cxk.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user