aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-04-17 19:06:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-17 19:06:12 +0000
commit452e2a2102903c330952267f5820ca90a8949384 (patch)
treed0bc62dc6a4dfafbc5e15ec921a4fd610d1e4a1f /packages
parent05bd84c54a93d69cbbaf476d6fdcd566586c385e (diff)
downloadopenembedded-452e2a2102903c330952267f5820ca90a8949384.tar.gz
packages/xstroke:
xstroke.org vanished: -remove the cvs build of xstroke -change the xstroke 0.6 build to get the source from www.oesources.org
Diffstat (limited to 'packages')
-rw-r--r--packages/xstroke/xstroke_0.6.bb2
-rw-r--r--packages/xstroke/xstroke_cvs.bb13
2 files changed, 1 insertions, 14 deletions
diff --git a/packages/xstroke/xstroke_0.6.bb b/packages/xstroke/xstroke_0.6.bb
index c905b7b601..31542e855c 100644
--- a/packages/xstroke/xstroke_0.6.bb
+++ b/packages/xstroke/xstroke_0.6.bb
@@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "x11 xft xtst xpm"
PR = "r2"
-SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz \
+SRC_URI = "http://www.oesources.org/source/xstroke-0.6.tar.gz \
file://auto-disable.patch;patch=1;pnum=0"
inherit autotools pkgconfig
diff --git a/packages/xstroke/xstroke_cvs.bb b/packages/xstroke/xstroke_cvs.bb
deleted file mode 100644
index 43efdf2965..0000000000
--- a/packages/xstroke/xstroke_cvs.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Gesture recognition input method for X11"
-LICENSE = "GPL"
-SECTION = "x11"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "x11 xft xtst xpm"
-PV = "0.0cvs${CVSDATE}"
-PR = "r1"
-
-SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke"
-S = "${WORKDIR}/xstroke"
-
-inherit autotools pkgconfig