diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-22 10:02:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 16:17:12 -0700 |
commit | cfb4c5413162b7c724574da9d4465e230af2ce0b (patch) | |
tree | 347b495f3d6540f4facdfc85ec8c166061a3bb54 /meta-multimedia/recipes-dvb | |
parent | 63fcd2c639127a9cfb6b5e03b9ca20448d19ff48 (diff) | |
download | meta-openembedded-cfb4c5413162b7c724574da9d4465e230af2ce0b.tar.gz |
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>
Diffstat (limited to 'meta-multimedia/recipes-dvb')
-rw-r--r-- | meta-multimedia/recipes-dvb/oscam/oscam_1.20.bb (renamed from meta-multimedia/recipes-dvb/oscam/oscam_svn.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb b/meta-multimedia/recipes-dvb/oscam/oscam_1.20.bb index 0a9a7499ac..e20358955a 100644 --- a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb +++ b/meta-multimedia/recipes-dvb/oscam/oscam_1.20.bb | |||
@@ -6,12 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
6 | 6 | ||
7 | DEPENDS = "libusb1 openssl pcsc-lite" | 7 | DEPENDS = "libusb1 openssl pcsc-lite" |
8 | 8 | ||
9 | SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \ | 9 | SRCREV = "190d6dee96ca70f8b614932b1498332b1504632b" |
10 | " | 10 | SRC_URI = "git://repo.or.cz/oscam.git;protocol=https;nobranch=1" |
11 | SRCREV = "11718" | ||
12 | PV = "1.10+" | ||
13 | 11 | ||
14 | S = "${UNPACKDIR}/trunk" | 12 | S = "${UNPACKDIR}/git" |
15 | 13 | ||
16 | inherit cmake | 14 | inherit cmake |
17 | 15 | ||