From a2c8dc848249c4de7b21eb34692756f00134a4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 12 Jun 2022 23:38:15 +0200 Subject: [PATCH] boops: upgrade 1.8.0 -> 1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/boops.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/sjaehn/boops.bb b/recipes-musicians/sjaehn/boops.bb index 2f65439..e4e8066 100644 --- a/recipes-musicians/sjaehn/boops.bb +++ b/recipes-musicians/sjaehn/boops.bb @@ -15,10 +15,14 @@ DEPENDS += " \ " SRC_URI = "git://github.com/sjaehn/BOops.git;branch=master;protocol=https" -SRCREV = "b4545121b522f758d89d29a3affbd2e308bdd075" +SRCREV = "8ed638cfd035e244e0848b107c9668b76dfacb49" S = "${WORKDIR}/git" PE = "1" -PV = "1.8.0" +PV = "1.8.2" + +EXTRA_OEMAKE += " \ + STRIP=echo \ +" do_install() { DESTDIR=${D} PREFIX=${prefix} oe_runmake install