diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-10 13:02:36 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-10 13:06:14 +0000 |
commit | faf1793d478bc800a5ef994e98962c4dd8717d40 (patch) | |
tree | ea6e3026006cb51c48462dff5350d90686a9310f /recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb | |
parent | f3aefd497f216d9fe0240625305f7a9a28da16c7 (diff) |
xserver-kdrive: Build against xextproto-70-includes:
* Ancient xservers are incompatible with xextproto >= 7.1.
* Nobody would want to port working ancient code.
* For more see http://lists.linuxtogo.org/pipermail/angstrom-distro-users/2010-January/003011.html
* Introduced INC_PR.
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb b/recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb index 161390179d..187de43996 100644 --- a/recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb +++ b/recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb @@ -6,7 +6,7 @@ RDEPENDS += "hal" DEFAULT_PREFERENCE = "-99" PE = "1" -PR = "r4" +PR = "${INC_PR}.0" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ |