diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 03:31:58 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 03:31:58 +0000 |
commit | d5538cf0d675772c90f0a73713aca29bb69f1958 (patch) | |
tree | c037282dc52d6d7a69d4934485d29d8bc432b979 /xau | |
parent | 12de9e3cbc79276dd49113b25dac808c4aa7db15 (diff) |
Unbork the xau build with automake 1.9.x.
BKrev: 419ebaaer_UkE2AGY-seu13uYEfRBg
Diffstat (limited to 'xau')
-rw-r--r-- | xau/files/autofoo.patch | 0 | ||||
-rw-r--r-- | xau/xau_0.1.1.oe | 4 | ||||
-rw-r--r-- | xau/xau_cvs.oe | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/xau/files/autofoo.patch b/xau/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xau/files/autofoo.patch diff --git a/xau/xau_0.1.1.oe b/xau/xau_0.1.1.oe index 33cfacd58c..c717e63aa9 100644 --- a/xau/xau_0.1.1.oe +++ b/xau/xau_0.1.1.oe @@ -3,8 +3,10 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" DESCRIPTION = "Authorization Protocol for X." +PR = "r1" -SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2" +SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/libXau-${PV}" inherit autotools pkgconfig diff --git a/xau/xau_cvs.oe b/xau/xau_cvs.oe index a3fd1f1754..bf30ee941e 100644 --- a/xau/xau_cvs.oe +++ b/xau/xau_cvs.oe @@ -1,11 +1,13 @@ PV = "0.0cvs${CVSDATE}" +PR = "r1" SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" DESCRIPTION = "Authorization Protocol for X." -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/Xau" inherit autotools pkgconfig |