diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:59:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:59:31 +0000 |
commit | 2297ec9fa8c7276546ac20c0ca0e7e664c84bea6 (patch) | |
tree | c96e91ab8be461fbc3ac9fdc2249e9b4e08b7f85 /meta/packages | |
parent | f77a127cc936b7ba83f6567f7b3c600ce97825d8 (diff) | |
download | poky-2297ec9fa8c7276546ac20c0ca0e7e664c84bea6.tar.gz |
xkeyboard-config: provide 'xorg' rules which are link to 'base' ones
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5212 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb index c3bc53f9a5..cb448be243 100644 --- a/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb +++ b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 Keyboard layouts" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "intltool xkbcomp-native" | 3 | DEPENDS = "intltool xkbcomp-native" |
4 | RDEPENDS = "xkbcomp" | 4 | RDEPENDS = "xkbcomp" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" | 7 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" |
8 | 8 | ||
@@ -14,6 +14,7 @@ do_stage() { | |||
14 | 14 | ||
15 | do_install_append () { | 15 | do_install_append () { |
16 | install -d ${D}/usr/share/X11/xkb/compiled | 16 | install -d ${D}/usr/share/X11/xkb/compiled |
17 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg | ||
17 | } | 18 | } |
18 | 19 | ||
19 | FILES_${PN} += "${datadir}/X11/xkb" | 20 | FILES_${PN} += "${datadir}/X11/xkb" |