diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:52 +0100 |
commit | b3d1265f3617d32a5feb53c40481149e81b7ec7b (patch) | |
tree | 31ec39f4cc22d218a73ccd8942a8c5ad3c5a652a /meta/recipes-graphics/xorg-app | |
parent | 1e9e5d6c31469ecd10360db0ab9252fb248127aa (diff) | |
download | poky-b3d1265f3617d32a5feb53c40481149e81b7ec7b.tar.gz |
xeyes: upgrade 1.1.2 -> 1.2.0
libxi is a new requirement.
(From OE-Core rev: fbd4ba957f23970f7b42bdfa01939a3865a5dba4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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/xeyes_1.2.0.bb (renamed from meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb b/meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb index 06885f8f53..73d09f058d 100644 --- a/meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb +++ b/meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb | |||
@@ -8,7 +8,6 @@ PE = "1" | |||
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "6f0543ec84283df5743eeafc173bea4a" | 11 | SRC_URI[sha256sum] = "f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db" |
12 | SRC_URI[sha256sum] = "57bcec0d2d167af9e5d44d0dbd74c6d7c0f0591cd0608952b23c749fdd910553" | ||
13 | 12 | ||
14 | DEPENDS += "libxau libxt libxext libxmu libxrender" | 13 | DEPENDS += "libxau libxt libxext libxmu libxrender libxi" |