summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/x11/x11_6.2.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/x11/x11_6.2.1.bb b/packages/x11/x11_6.2.1.bb
index d3a6941b9a..121c1ddd9e 100644
--- a/packages/x11/x11_6.2.1.bb
+++ b/packages/x11/x11_6.2.1.bb
@@ -7,9 +7,10 @@ DESCRIPTION = "Base X libs."
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
FILES_${PN}-locale += "${datadir}/X11/locale"
PROVIDES = "x11"
-PR = "r2"
+PR = "r3"
SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2 \
+ file://errordb-keysymdb-path-fix.patch;patch=1 \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libX11-${PV}"