libltc: upgrade 1.3.0 -> 1.3.1 and fetch sources with git

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-08-01 20:17:57 +02:00
parent 71dc22d540
commit 403556b577
2 changed files with 11 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
SUMMARY = "Linear/Logitudinal Time Code (LTC) Library"
HOMEPAGE = "http://x42.github.io/libltc/"
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
inherit autotools
SRC_URI = "https://github.com/x42/libltc/releases/download/v${PV}/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "7c95bfbf0240b9ab34dc5730311a8307"
SRC_URI[sha256sum] = "aab1de052bc61fbac6ea66d88f04e95b7d5faa1ef297b95ea6a1a548c87dee5c"

View File

@@ -0,0 +1,11 @@
SUMMARY = "Linear/Logitudinal Time Code (LTC) Library"
HOMEPAGE = "http://x42.github.io/libltc/"
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
inherit autotools
SRC_URI = "git://github.com/x42/libltc.git"
SRCREV = "ea3b2501271a530b05ce169d1824590011d93112"
PV = "1.3.1"
S = "${WORKDIR}/git"