diff options
Diffstat (limited to 'xext')
-rw-r--r-- | xext/files/autofoo.patch | 0 | ||||
-rw-r--r-- | xext/xext_cvs.oe | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/xext/files/autofoo.patch b/xext/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xext/files/autofoo.patch diff --git a/xext/xext_cvs.oe b/xext/xext_cvs.oe index c1f0250054..274f0f0426 100644 --- a/xext/xext_cvs.oe +++ b/xext/xext_cvs.oe @@ -1,10 +1,12 @@ PV = "0.0cvs${CVSDATE}" +PR = "r1" DESCRIPTION = "X Server Extension library" SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "xproto x11 xextensions" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/Xext" inherit autotools pkgconfig |