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, 3 insertions, 2 deletions
diff --git a/packages/xtst/files/autofoo.patch b/packages/xtst/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/xtst/files/autofoo.patch diff --git a/packages/xtst/xtst_cvs.bb b/packages/xtst/xtst_cvs.bb index 4fb88da3c0..db83ba17a9 100644 --- a/packages/xtst/xtst_cvs.bb +++ b/packages/xtst/xtst_cvs.bb @@ -5,9 +5,10 @@ PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 recordext xext" DESCRIPTION = "X Test Extension: client side library" -PR = "r1" +PR = "r2" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/Xtst" inherit autotools pkgconfig |