diff options
author | Armin Kuster <akuster@mvista.com> | 2018-04-03 18:49:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:53 +0100 |
commit | 4076dfd181ade68f78ca9e98cac10703bde4fdce (patch) | |
tree | ed359ef734d3a17075a81e0f7ad7ca930732e736 /meta/recipes-graphics/xorg-app | |
parent | 1b6d051dbb7858f74890616633d76e22d6763a81 (diff) | |
download | openembedded-core-contrib-4076dfd181ade68f78ca9e98cac10703bde4fdce.tar.gz |
xset: update to 1.2.4
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xset_1.2.4.bb (renamed from meta/recipes-graphics/xorg-app/xset_1.2.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.3.bb b/meta/recipes-graphics/xorg-app/xset_1.2.4.bb index f683b7603f9..5748837fd5b 100644 --- a/meta/recipes-graphics/xorg-app/xset_1.2.3.bb +++ b/meta/recipes-graphics/xorg-app/xset_1.2.4.bb @@ -12,8 +12,8 @@ PE = "1" SRC_URI += "file://disable-xkb.patch" -SRC_URI[md5sum] = "dcd227388b57487d543cab2fd7a602d7" -SRC_URI[sha256sum] = "4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063" +SRC_URI[md5sum] = "70ea7bc7bacf1a124b1692605883f620" +SRC_URI[sha256sum] = "e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957" CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb --without-fontcache" |