From ad4b0cb74879e6e6c2ca57a6b2078f0630e8f535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 26 Sep 2019 01:24:15 +0200 Subject: [PATCH] samplv1: upgrade 0.9.9 -> 0.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/rncbc/samplv1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-musicians/rncbc/samplv1.bb b/recipes-musicians/rncbc/samplv1.bb index 7117341..ec2a525 100644 --- a/recipes-musicians/rncbc/samplv1.bb +++ b/recipes-musicians/rncbc/samplv1.bb @@ -15,12 +15,12 @@ inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache mime SRC_URI = " \ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ - file://0001-no-Qt4-find-native-qt-build-tools-by-configure-options-auto.patch \ + file://0002-no-Qt4-find-native-qt-build-tools-by-configure-options-auto.patch \ file://0002-Remove-extra-rpath.patch \ " -PV = "0.9.9" -SRC_URI[md5sum] = "9b714da7c227db24c80d301120aeb46f" -SRC_URI[sha256sum] = "889a9c46e15629f388fee6e598ea4fcbcd5cd18566f78efcf92cd4bfc0e2c1f8" +PV = "0.9.10" +SRC_URI[md5sum] = "ce1b114b8eb6850605bde7a3b194120d" +SRC_URI[sha256sum] = "52ee9cf8a755a8dd1274ed4bb807d87d613b0d64c8ffef8ecb8855f8e294e512" EXTRA_OECONF = " \ --with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \