From: Wang Mingyu <[email protected]> Changelog: ========== - Accept --help & --version as aliases to -help & -version - Replace strcpy+strcat calls with snprintf - Call free() instead of XFree() on pointers returned by malloc() - Add missing checks for malloc failure - gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Wang Mingyu <[email protected]> --- .../recipes-graphics/xorg-app/{xwud_1.0.6.bb => xwud_1.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xwud_1.0.6.bb => xwud_1.0.7.bb} (82%) diff --git a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb similarity index 82% rename from meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb rename to meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb index 1be0b5cd7..27138f23f 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb @@ -9,4 +9,4 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=31e8892c80b7a0c1c5f37c8e8ae6d794" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "64048cd15eba3cd9a3d2e3280650391259ebf6b529f2101d1a20f441038c1afe" +SRC_URI[sha256sum] = "e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112904): https://lists.openembedded.org/g/openembedded-devel/message/112904 Mute This Topic: https://lists.openembedded.org/mt/108998144/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
