From 58508b7566a65a0c4102608141bf91c3287d59e3 Mon Sep 17 00:00:00 2001 From: Li xin Date: Wed, 29 Jul 2015 17:54:09 +0800 Subject: setxkbmap: upgrade 1.3.0 -> 1.3.1 Signed-off-by: Li Xin Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb | 19 ------------------- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb (limited to 'meta-oe/recipes-graphics/xorg-app') diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb deleted file mode 100644 index 62a3ee2785..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "A program to compile XKB keyboard description" - -DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ -XKB keymap into one of several output formats. The most common use for \ -xkbcomp is to create a compiled keymap file (.xkm extension) which can \ -be read directly by XKB-capable X servers or utilities." - -LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8" - -PE = "1" - -DEPENDS += "libxkbfile" - -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "1001771344608e120e943a396317c33a" -SRC_URI[sha256sum] = "3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6" diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb new file mode 100644 index 0000000000..840275387f --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb @@ -0,0 +1,19 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "A program to compile XKB keyboard description" + +DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ +XKB keymap into one of several output formats. The most common use for \ +xkbcomp is to create a compiled keymap file (.xkm extension) which can \ +be read directly by XKB-capable X servers or utilities." + +LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8" + +PE = "1" + +DEPENDS += "libxkbfile" + +BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "2c47a1b8e268df73963c4eb2316b1a89" +SRC_URI[sha256sum] = "a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1" -- cgit 1.2.3-korg