From patchwork Thu Mar 10 14:30:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/8] xkeyboard-config: use --with-xkb-rules-symlink=xorg option Date: Thu, 10 Mar 2011 14:30:08 -0000 From: Otavio Salvador X-Patchwork-Id: 1233 Message-Id: <1299767410-969-6-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- recipes/xkeyboard-config/xkeyboard-config.inc | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/recipes/xkeyboard-config/xkeyboard-config.inc b/recipes/xkeyboard-config/xkeyboard-config.inc index b8aab8c..787e641 100644 --- a/recipes/xkeyboard-config/xkeyboard-config.inc +++ b/recipes/xkeyboard-config/xkeyboard-config.inc @@ -2,17 +2,14 @@ DESCRIPTION = "Common X11 Keyboard layouts" LICENSE = "MIT" DEPENDS = "intltool-native xkbcomp-native" RDEPENDS_${PN} = "xkbcomp" -INC_PR = "r6" +INC_PR = "r7" SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" S = "${WORKDIR}/${PN}-${PV}" -inherit autotools +EXTRA_OECONF += "--with-xkb-rules-symlink=xorg" -do_install_append () { - install -d ${D}${datadir}/X11/xkb/compiled - cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg -} +inherit autotools FILES_${PN} += "${datadir}/X11/xkb"