aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-06-07 00:27:40 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-06-07 00:27:40 +0200
commitf999f6777d4dcbd5a65a96e7cd04a72dff5d2ef1 (patch)
tree6c69de8a59bdbcdc0a456848520b4ec82cf311af /recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb
parente31843297cc4301e3d3ca01d7ae7d389f8be4560 (diff)
downloadopenembedded-f999f6777d4dcbd5a65a96e7cd04a72dff5d2ef1.tar.gz
xserver-kdrive_1.4.0.90: fix AC_SUBST in configure.ac
- AC_SUBST is documented to only take one variable - was breaking with autotools_2.63 - bump PR
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb b/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb
index fe0335d2cd..0b347aad7b 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb
@@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman"
RDEPENDS += "hal"
PE = "1"
-PR = "r6"
+PR = "r7"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
${KDRIVE_COMMON_PATCHES} \
@@ -26,6 +26,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://pkgconfig_fix.patch;patch=1 \
file://no_xkb.patch;patch=1;pnum=0 \
file://xorg-1.4-kdrive-rotation.patch;patch=1 \
+ file://split_multiple_AC_SUBST.patch;patch=1 \
"
S = "${WORKDIR}/xorg-server-${PV}"