diff options
Diffstat (limited to 'packages/xtst')
-rw-r--r-- | packages/xtst/files/autofoo.patch | 0 | ||||
-rw-r--r-- | packages/xtst/xtst_cvs.bb | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/xtst/files/autofoo.patch b/packages/xtst/files/autofoo.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/xtst/files/autofoo.patch +++ /dev/null diff --git a/packages/xtst/xtst_cvs.bb b/packages/xtst/xtst_cvs.bb index db83ba17a9..b46edc4820 100644 --- a/packages/xtst/xtst_cvs.bb +++ b/packages/xtst/xtst_cvs.bb @@ -5,10 +5,9 @@ PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 recordext xext" DESCRIPTION = "X Test Extension: client side library" -PR = "r2" +PR = "r3" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst \ - file://autofoo.patch;patch=1" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst" S = "${WORKDIR}/Xtst" inherit autotools pkgconfig |