From f4c137418cc003b5477d3469791cc6edb8a79546 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 20 Sep 2022 10:17:41 +0800 Subject: setxkbmap: upgrade 1.3.2 -> 1.3.3 add dependence with xrandr Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb | 19 ------------------- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb deleted file mode 100644 index 30fbd1b8de..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.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] = "93e736c98fb75856ee8227a0c49a128d" -SRC_URI[sha256sum] = "8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5" diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb new file mode 100644 index 0000000000..18fa63ead6 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.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 xrandr" + +BBCLASSEXTEND = "native" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b" -- cgit v1.2.3-54-g00ecf