From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 external/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb (limited to 'external/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb') diff --git a/external/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb b/external/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb new file mode 100644 index 00000000..eaf8eaaf --- /dev/null +++ b/external/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb @@ -0,0 +1,17 @@ +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" + +SRC_URI[md5sum] = "12610df19df2af3797f2c130ee2bce97" +SRC_URI[sha256sum] = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" -- cgit 1.2.3-korg