From d09096ccb55e74f27d26f61f3e82259a33aa1fe7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 4 May 2010 13:02:06 +0200 Subject: xkeyboard-config: convert to new style staging --- recipes/xkeyboard-config/xkeyboard-config_1.4.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/xkeyboard-config') diff --git a/recipes/xkeyboard-config/xkeyboard-config_1.4.bb b/recipes/xkeyboard-config/xkeyboard-config_1.4.bb index bd62e1e55f..1ceccb65c1 100644 --- a/recipes/xkeyboard-config/xkeyboard-config_1.4.bb +++ b/recipes/xkeyboard-config/xkeyboard-config_1.4.bb @@ -2,17 +2,13 @@ DESCRIPTION = "Common X11 Keyboard layouts" LICENSE = "MIT" DEPENDS = "intltool xkbcomp-native" RDEPENDS = "xkbcomp" -PR = "r3" +PR = "r4" SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2 \ file://abnt2-fixes.patch;patch=1" inherit autotools -do_stage() { - autotools_stage_all -} - do_install_append () { install -d ${D}/usr/share/X11/xkb/compiled cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg -- cgit 1.2.3-korg