[oe-commits] Marcin Juszkiewicz : xserver-common: S98keymap-fixup is Ångströmizm - do no install for other distros

GIT User account git at amethyst.openembedded.net
Sun Jan 11 19:07:30 UTC 2009


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

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sun Jan 11 20:07:03 2009 +0100

xserver-common: S98keymap-fixup is Ångströmizm - do no install for other distros

---

 packages/xserver-common/xserver-common_1.22.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/xserver-common/xserver-common_1.22.bb b/packages/xserver-common/xserver-common_1.22.bb
index 63a7449..1bf410f 100644
--- a/packages/xserver-common/xserver-common_1.22.bb
+++ b/packages/xserver-common/xserver-common_1.22.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r10"
+PR = "r11"
 
 PACKAGE_ARCH = "all"
 
@@ -18,9 +18,9 @@ SRC_URI_append_angstrom = " file://kdrive-1.4-fixes.patch;patch=1 \
 
 do_install_append() {
 	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
-	install -m 0755 "${WORKDIR}/98keymap-fixup" "${D}/etc/X11/Xinit.d/"
 }
 
 do_install_append_angstrom() {
         install -m 0644 ${WORKDIR}/default.xmodmap ${D}/etc/X11/
+	install -m 0755 ${WORKDIR}/98keymap-fixup  ${D}/etc/X11/Xinit.d/
 }





More information about the Openembedded-commits mailing list