diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-22 09:32:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 08:48:18 -0700 |
commit | efc7cb310192d70809668569bf31f879b7a163fd (patch) | |
tree | c4f7c6700397dd83a7be5f200a44f7c61f570d9b | |
parent | 8d18ce1434152539efea8301ba8f07ae82b82dce (diff) | |
download | meta-openembedded-efc7cb310192d70809668569bf31f879b7a163fd.tar.gz |
oscam: Upgrade to 11718
The changelog is here [1]
[1] https://trac.streamboard.tv/oscam/log/trunk?action=follow_copy&mode=follow_copy&rev=11718&stop_rev=11491&limit=500#
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb index 7c09e39d66..25ada0ad00 100644 --- a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb +++ b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "libusb1 openssl pcsc-lite" | |||
8 | 8 | ||
9 | SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \ | 9 | SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \ |
10 | " | 10 | " |
11 | SRCREV = "11491" | 11 | SRCREV = "11718" |
12 | PV = "1.10+${SRCPV}" | 12 | PV = "1.10+${SRCPV}" |
13 | 13 | ||
14 | S = "${WORKDIR}/trunk" | 14 | S = "${WORKDIR}/trunk" |