diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-06-10 16:20:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:06 +0100 |
commit | 8fef8f85e9b86ebfd9bd5efc1beef1574548f42a (patch) | |
tree | 34e0294daaa0fda1f8107cb1964b619b77e66763 /meta/recipes-graphics | |
parent | ab6c91b3b2c66517ad6d558c321136b4181b26a5 (diff) | |
download | poky-8fef8f85e9b86ebfd9bd5efc1beef1574548f42a.tar.gz |
xkeyboard-config: upgrade to 2.9
(From OE-Core rev: 8b04e2757c07a6f583025ef52c4c9770f673ef7d)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb (renamed from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb index cf4da28fa7..df96c31b39 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb | |||
@@ -13,13 +13,12 @@ LICENSE = "MIT & MIT-style" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" |
14 | 14 | ||
15 | SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2" | 15 | SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2" |
16 | SRC_URI[md5sum] = "e66d567d85a954d589c5723fb0e1f3dd" | 16 | SRC_URI[md5sum] = "9b1280d8ba40274a0f1567c94fca7501" |
17 | SRC_URI[sha256sum] = "4e1cf5468d488aaf320ddfd439e03cbda0b213550fd734026d23138e4b2078ae" | 17 | SRC_URI[sha256sum] = "5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a" |
18 | 18 | ||
19 | SECTION = "x11/libs" | 19 | SECTION = "x11/libs" |
20 | DEPENDS = "intltool-native virtual/gettext" | 20 | DEPENDS = "intltool-native virtual/gettext" |
21 | 21 | ||
22 | PR = "r0" | ||
23 | 22 | ||
24 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" | 23 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" |
25 | 24 | ||