diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 21:52:49 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 21:52:49 +0000 |
commit | f911c26cd3e0fd92637c5df9f7ccd203aa0e5a8a (patch) | |
tree | 72736675f93987fb561f7c2bc7dbd44999f43e1e /meta/packages | |
parent | 89ab1a22e3c624c804ee22547b938f000f6a683b (diff) | |
download | poky-f911c26cd3e0fd92637c5df9f7ccd203aa0e5a8a.tar.gz |
xkeyboard-config: Merge recipes (and fix DEPENDS)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb | 16 | ||||
-rw-r--r-- | meta/packages/xorg-lib/xkeyboard-config_1.6.bb | 8 |
2 files changed, 5 insertions, 19 deletions
diff --git a/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb deleted file mode 100644 index f0e975317e..0000000000 --- a/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | DESCRIPTION = "Common X11 Keyboard layouts" | ||
2 | LICENSE = "MIT" | ||
3 | DEPENDS = "intltool xkbcomp-native glib-2.0" | ||
4 | RDEPENDS = "xkbcomp" | ||
5 | PR = "r2" | ||
6 | |||
7 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" | ||
8 | |||
9 | inherit autotools_stage | ||
10 | |||
11 | do_install_append () { | ||
12 | install -d ${D}/usr/share/X11/xkb/compiled | ||
13 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg | ||
14 | } | ||
15 | |||
16 | FILES_${PN} += "${datadir}/X11/xkb" | ||
diff --git a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb index 86e737fa86..a2f58be9ea 100644 --- a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb +++ b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb | |||
@@ -3,6 +3,7 @@ DESCRIPTION = "Keyboard configuration database for X Window" | |||
3 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" | 3 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" |
4 | SECTION = "x11/libs" | 4 | SECTION = "x11/libs" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | DEPENDS = "intltool xkbcomp-native glib-2.0" | ||
6 | PR = "r2" | 7 | PR = "r2" |
7 | 8 | ||
8 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" | 9 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" |
@@ -12,6 +13,7 @@ FILES_${PN} += "${datadir}/X11/xkb" | |||
12 | 13 | ||
13 | inherit autotools_stage pkgconfig | 14 | inherit autotools_stage pkgconfig |
14 | 15 | ||
15 | 16 | do_install_append () { | |
16 | 17 | install -d ${D}/usr/share/X11/xkb/compiled | |
17 | 18 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg | |
19 | } | ||