diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 04:12:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 04:12:01 +0000 |
commit | c2766228739a43848f8a2208f60857eb6ea60a58 (patch) | |
tree | 1df0393296d26610126c3da22f00d698c9656961 | |
parent | d3d37433467ee4194aa0ce45bfa439e092e692e7 (diff) |
Unbork xext build with automake 1.9.x.
BKrev: 419ec411WJOPmUOuAUjuAGdp_ETsDQ
-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 |