summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xdmcp/files/autofoo.patch0
-rw-r--r--xdmcp/libxdmcp_0.1.1.oe4
-rw-r--r--xdmcp/libxdmcp_0.1.3.oe4
-rw-r--r--xdmcp/libxdmcp_cvs.oe4
4 files changed, 9 insertions, 3 deletions
diff --git a/xdmcp/files/autofoo.patch b/xdmcp/files/autofoo.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xdmcp/files/autofoo.patch
diff --git a/xdmcp/libxdmcp_0.1.1.oe b/xdmcp/libxdmcp_0.1.1.oe
index 29ab063f19..362ca8220f 100644
--- a/xdmcp/libxdmcp_0.1.1.oe
+++ b/xdmcp/libxdmcp_0.1.1.oe
@@ -4,9 +4,11 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "xproto"
PROVIDES = "xdmcp"
DESCRIPTION = "X Display Manager Control Protocol library."
+PR = "r1"
S = "${WORKDIR}/libXdmcp-${PV}"
-SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2"
+SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
+ file://autofoo.patch;patch=1"
inherit autotools pkgconfig
diff --git a/xdmcp/libxdmcp_0.1.3.oe b/xdmcp/libxdmcp_0.1.3.oe
index 29ab063f19..362ca8220f 100644
--- a/xdmcp/libxdmcp_0.1.3.oe
+++ b/xdmcp/libxdmcp_0.1.3.oe
@@ -4,9 +4,11 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "xproto"
PROVIDES = "xdmcp"
DESCRIPTION = "X Display Manager Control Protocol library."
+PR = "r1"
S = "${WORKDIR}/libXdmcp-${PV}"
-SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2"
+SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
+ file://autofoo.patch;patch=1"
inherit autotools pkgconfig
diff --git a/xdmcp/libxdmcp_cvs.oe b/xdmcp/libxdmcp_cvs.oe
index 2ff12fd39a..ced841eaa3 100644
--- a/xdmcp/libxdmcp_cvs.oe
+++ b/xdmcp/libxdmcp_cvs.oe
@@ -1,4 +1,5 @@
PV = "0.0cvs${CVSDATE}"
+PR = "r1"
SECTION = "x11/libs"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
@@ -6,7 +7,8 @@ DEPENDS = "xproto"
PROVIDES = "xdmcp"
DESCRIPTION = "X Display Manager Control Protocol library."
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp"
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp \
+ file://autofoo.patch;patch=1"
S = "${WORKDIR}/Xdmcp"
inherit autotools pkgconfig