From a46133082b8c524a57bcb6282c000e417478a90c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 11 Dec 2021 13:54:53 +0000 Subject: puzzles: Upgrade to latest git with patches merged This upgrades to the latest upstream version where our fixes have equivalent fixes merged upstream so our patches are no longer needed. (From OE-Core rev: 987077008c89a9086247d5bcdf35aef7413fb954) Signed-off-by: Richard Purdie --- meta/recipes-sato/puzzles/puzzles_git.bb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb') diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 8ac62d52e5..f2fe7d7b96 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -7,17 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=6e7d24cf1c949887ee9447a1e2a4a24c" # gtk support includes a bunch of x11 headers REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main \ - file://fix-compiling-failure-with-option-g-O.patch \ - file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ - file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \ - file://fix-ki-uninitialized.patch \ - file://0001-malloc-Check-for-excessive-values-to-malloc.patch \ - file://0001-map-Fix-stringop-overflow-warning.patch \ - " +SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "640f9235c79cdb1a924b0148cb312b0f02253364" +SRCREV = "b56c994b721f7cb5c5bcf09c5d695d4ae07d3052" PE = "2" PV = "0.0+git${SRCPV}" -- cgit v1.2.3-54-g00ecf