diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2014-11-11 17:53:24 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-24 11:59:47 +0100 |
| commit | 6d63c22f9a9804d46d7c0df7587e3f0d1d70c00c (patch) | |
| tree | c956506626078f9e98b117dcc8287ebb465a6c3d | |
| parent | f5596a2c87a707467d55f219541b2c61958f0183 (diff) | |
| download | meta-openembedded-6d63c22f9a9804d46d7c0df7587e3f0d1d70c00c.tar.gz | |
setxkbmap: upgrade to 1.3.0
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb | 19 |
2 files changed, 19 insertions, 8 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb deleted file mode 100644 index 127b0f69b2..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8" | ||
| 3 | DEPENDS += " libxkbfile" | ||
| 4 | PE = "1" | ||
| 5 | PR = "r6" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e" | ||
| 8 | SRC_URI[sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39" | ||
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 new file mode 100644 index 0000000000..62a3ee2785 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "A program to compile XKB keyboard description" | ||
| 4 | |||
| 5 | DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ | ||
| 6 | XKB keymap into one of several output formats. The most common use for \ | ||
| 7 | xkbcomp is to create a compiled keymap file (.xkm extension) which can \ | ||
| 8 | be read directly by XKB-capable X servers or utilities." | ||
| 9 | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8" | ||
| 11 | |||
| 12 | PE = "1" | ||
| 13 | |||
| 14 | DEPENDS += "libxkbfile" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "1001771344608e120e943a396317c33a" | ||
| 19 | SRC_URI[sha256sum] = "3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6" | ||
