From: Alexander Kanavin Date: Sun, 22 Aug 2021 12:50:16 +0000 (+0200) Subject: xeyes: upgrade 1.1.2 -> 1.2.0 X-Git-Tag: uninative-3.4~113 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fbd4ba957f23970f7b42bdfa01939a3865a5dba4;p=openembedded-core.git xeyes: upgrade 1.1.2 -> 1.2.0 libxi is a new requirement. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb b/meta/recipes-graphics/xorg-app/xeyes_1.2.0.bb similarity index 62% rename from meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb rename to 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" LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" -SRC_URI[md5sum] = "6f0543ec84283df5743eeafc173bea4a" -SRC_URI[sha256sum] = "57bcec0d2d167af9e5d44d0dbd74c6d7c0f0591cd0608952b23c749fdd910553" +SRC_URI[sha256sum] = "f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db" -DEPENDS += "libxau libxt libxext libxmu libxrender" +DEPENDS += "libxau libxt libxext libxmu libxrender libxi"