pulseview: upgrade 0.4.1 -> 0.4.2+
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 <schnitzeltony@gmail.com>
This commit is contained in:
@@ -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}/*"
|
||||
Reference in New Issue
Block a user