From bb2f72ff3081dd37582810fdf1ea7c08fc352ef4 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 25 Apr 2024 05:21:24 +0300 Subject: [PATCH] pil-squasher: bump SRCREV Bump SRCREV to pickup the fix for sm8650 mbn files. Unfortunately this also means updating the LIC_FILE_CHKSUM and SRC_URI. Signed-off-by: Dmitry Baryshkov --- recipes-devtools/pil-squasher/pil-squasher_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/pil-squasher/pil-squasher_git.bb b/recipes-devtools/pil-squasher/pil-squasher_git.bb index 0095282..062eff1 100644 --- a/recipes-devtools/pil-squasher/pil-squasher_git.bb +++ b/recipes-devtools/pil-squasher/pil-squasher_git.bb @@ -3,11 +3,11 @@ HOMEPAGE = "https://github.com/andersson/pil-squasher.git" SECTION = "devel" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://pil-squasher.c;beginline=1;endline=30;md5=632a4253d26470c9301255e9a3dc31a0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aac743f09c3b727c9fa920ed48cc946d" -SRCREV = "e8573feaad506f5f41227d8abd905312426607c1" +SRCREV = "e25efba9b3abb16643262e9a9e3eb330c48cf9a5" SRC_URI = " \ - git://github.com/andersson/${BPN}.git;branch=master;protocol=https \ + git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https \ " PV = "0.0+${SRCPV}"