diff options
-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 |