From 1117c2b805ab10eeccdcdf681b6f5c1c7c7abb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Jan 2021 12:05:45 +0100 Subject: [PATCH] pulseview: upgrade 0.4.1 -> 0.4.2+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At least one fixing commit was included after 0.4.2 so build master for now until they come up with another release. Signed-off-by: Andreas Müller --- .../{pulseview_0.4.1.bb => pulseview.bb} | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) rename recipes-misc/recipes-hardhelper/pulseview/{pulseview_0.4.1.bb => pulseview.bb} (60%) diff --git a/recipes-misc/recipes-hardhelper/pulseview/pulseview_0.4.1.bb b/recipes-misc/recipes-hardhelper/pulseview/pulseview.bb similarity index 60% rename from recipes-misc/recipes-hardhelper/pulseview/pulseview_0.4.1.bb rename to recipes-misc/recipes-hardhelper/pulseview/pulseview.bb index b340085b..b92aa366 100644 --- a/recipes-misc/recipes-hardhelper/pulseview/pulseview_0.4.1.bb +++ b/recipes-misc/recipes-hardhelper/pulseview/pulseview.bb @@ -4,7 +4,14 @@ HOMEPAGE = "http://sigrok.org/wiki/Main_Page" LICENSE = "GPL-3.0" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS = "libsigrok qtbase qtsvg boost" +DEPENDS = " \ + boost \ + qttools-native \ + qttools \ + qtbase \ + qtsvg \ + libsigrok \ +" PACKAGECONFIG[decode] = "-DENABLE_DECODE=TRUE,-DENABLE_DECODE=FALSE,libsigrokdecode" @@ -12,9 +19,9 @@ PACKAGECONFIG ??= "decode" inherit cmake_qt5 -SRC_URI = "http://sigrok.org/download/source/pulseview/pulseview-${PV}.tar.gz" - -SRC_URI[md5sum] = "6056c6e42cc6eae094110cac2351558a" -SRC_URI[sha256sum] = "9ee7ce3dd1457c6a5f5e4e9c2469903a1f070ba077ea68535cc29ef1dfac6f2f" +SRC_URI = "git://github.com/sigrokproject/pulseview.git" +SRCREV = "89b7b94a048ec53e82f38412a4b65cabb609f395" +PV = "0.4.2+git${SRCPV}" +S = "${WORKDIR}/git" FILES_${PN} += "${datadir}/*"