From b4f7011841fdba6e1382150eec73fdf3f8b7e77a Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Wed, 4 Mar 2020 18:15:07 +0800 Subject: xkbcomp: upgrade 1.4.2 -> 1.4.3 (From OE-Core rev: cfe8461a2b161d277906458186294c21f2827f70) Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb | 19 ------------------- meta/recipes-graphics/xorg-app/xkbcomp_1.4.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb create mode 100644 meta/recipes-graphics/xorg-app/xkbcomp_1.4.3.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb deleted file mode 100644 index ed1eed8662..0000000000 --- a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -require 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=08436e4f4476964e2e2dd7e7e41e076a" - -DEPENDS += "libxkbfile" - -BBCLASSEXTEND = "native" - -EXTRA_OECONF += "--disable-selective-werror" - -SRC_URI[md5sum] = "12610df19df2af3797f2c130ee2bce97" -SRC_URI[sha256sum] = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.3.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.3.bb new file mode 100644 index 0000000000..2fa79c8438 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.3.bb @@ -0,0 +1,19 @@ +require 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=08436e4f4476964e2e2dd7e7e41e076a" + +DEPENDS += "libxkbfile" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF += "--disable-selective-werror" + +SRC_URI[md5sum] = "6e4751d99373f85d459ab4dff28893f5" +SRC_URI[sha256sum] = "06242c169fc11caf601cac46d781d467748c6a330e15b36dce46520b8ac8d435" -- cgit v1.2.3-54-g00ecf