diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/files/autofoo.patch | 0 | ||||
-rw-r--r-- | x11/x11_6.2.1.oe | 4 | ||||
-rw-r--r-- | x11/x11_cvs.oe | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/x11/files/autofoo.patch b/x11/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/x11/files/autofoo.patch diff --git a/x11/x11_6.2.1.oe b/x11/x11_6.2.1.oe index f83baa8090..e8472d9cb7 100644 --- a/x11/x11_6.2.1.oe +++ b/x11/x11_6.2.1.oe @@ -5,8 +5,10 @@ DEPENDS = "xproto xextensions xau xtrans xdmcp" DESCRIPTION = "Base X libs." FILES_${PN}_append = " ${datadir}/X11" PROVIDES = "x11" +PR = "r1" -SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2" +SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/libX11-${PV}" inherit autotools pkgconfig diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe index 4c52bf382f..0a551cf42c 100644 --- a/x11/x11_cvs.oe +++ b/x11/x11_cvs.oe @@ -1,4 +1,5 @@ PV = "0.0cvs${CVSDATE}" +PR = "r1" SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" @@ -7,7 +8,8 @@ DESCRIPTION = "Base X libs." FILES_${PN}_append = " ${datadir}/X11" PROVIDES = "x11" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/X11" inherit autotools pkgconfig |