mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
oscam: Upgrade to 1.20
Switch SRC_URI away from svn and use git fetcher streamboard.tv svn server seems to be not accessible all the time reliably Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-5
@@ -6,12 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||||||
|
|
||||||
DEPENDS = "libusb1 openssl pcsc-lite"
|
DEPENDS = "libusb1 openssl pcsc-lite"
|
||||||
|
|
||||||
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \
|
SRCREV = "190d6dee96ca70f8b614932b1498332b1504632b"
|
||||||
"
|
SRC_URI = "git://repo.or.cz/oscam.git;protocol=https;nobranch=1"
|
||||||
SRCREV = "11718"
|
|
||||||
PV = "1.10+"
|
|
||||||
|
|
||||||
S = "${UNPACKDIR}/trunk"
|
S = "${UNPACKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
Reference in New Issue
Block a user