diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb new file mode 100644 index 0000000000..e81a3c9c38 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | SUMMARY = "A program to compile XKB keyboard description" | ||
3 | DESCRIPTION = "The xkbevd event daemon listens for specified XKB \ | ||
4 | events and executes requested commands if they occur. " | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c" | ||
7 | |||
8 | DEPENDS += "libxkbfile" | ||
9 | |||
10 | BBCLASSEXTEND = "native" | ||
11 | |||
12 | SRC_URI[md5sum] = "37ed71525c63a9acd42e7cde211dcc5b" | ||
13 | SRC_URI[sha256sum] = "55b2484f9851112c2685d503b64b319f0f98fce74863ef735ecd52b52ceb0116" | ||