diff options
author | wangmy <wangmy@fujitsu.com> | 2022-09-20 10:17:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-20 18:55:26 -0700 |
commit | f4c137418cc003b5477d3469791cc6edb8a79546 (patch) | |
tree | bdf8cafaeac29f5bdd4ee2180e0877ef6f0f351e /meta-oe/recipes-graphics/xorg-app | |
parent | 5b0583d4e948b7daa986288b2920cb4647ab597e (diff) | |
download | meta-openembedded-f4c137418cc003b5477d3469791cc6edb8a79546.tar.gz |
setxkbmap: upgrade 1.3.2 -> 1.3.3
add dependence with xrandr
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb (renamed from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb index 30fbd1b8de..18fa63ead6 100644 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb | |||
@@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8" | |||
11 | 11 | ||
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||
14 | DEPENDS += "libxkbfile" | 14 | DEPENDS += "libxkbfile xrandr" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "93e736c98fb75856ee8227a0c49a128d" | 18 | SRC_URI_EXT = "xz" |
19 | SRC_URI[sha256sum] = "8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5" | 19 | SRC_URI[sha256sum] = "b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b" |