[oe-commits] Koen Kooi : xkeyboard-config: convert to new style staging

git version control git at git.openembedded.org
Tue May 4 11:05:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d09096ccb55e74f27d26f61f3e82259a33aa1fe7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d09096ccb55e74f27d26f61f3e82259a33aa1fe7

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue May  4 13:02:06 2010 +0200

xkeyboard-config: convert to new style staging

---

 recipes/xkeyboard-config/xkeyboard-config_1.4.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/xkeyboard-config/xkeyboard-config_1.4.bb b/recipes/xkeyboard-config/xkeyboard-config_1.4.bb
index bd62e1e..1ceccb6 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





More information about the Openembedded-commits mailing list