From d5538cf0d675772c90f0a73713aca29bb69f1958 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 20 Nov 2004 03:31:58 +0000 Subject: [PATCH] Unbork the xau build with automake 1.9.x. BKrev: 419ebaaer_UkE2AGY-seu13uYEfRBg --- xau/files/autofoo.patch | 0 xau/xau_0.1.1.oe | 4 +++- xau/xau_cvs.oe | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 xau/files/autofoo.patch diff --git a/xau/files/autofoo.patch b/xau/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 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 " 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 " 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 -- 2.39.5