mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-14 00:49:34 +02:00
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:
@@ -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"
|
||||
|
||||
11
recipes-musicians/x42/libltc_git.bb
Normal file
11
recipes-musicians/x42/libltc_git.bb
Normal 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"
|
||||
Reference in New Issue
Block a user