mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
oscam: add svn version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d3bcb21db8
commit
8f705bf701
18
meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
Normal file
18
meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SUMMARY = "OSCam: Open Source Conditional Access Module"
|
||||
HOMEPAGE = "http://www.streamboard.tv/oscam/"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "libusb1 openssl"
|
||||
|
||||
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http"
|
||||
SRCREV = "7974"
|
||||
PV = "1.10+${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user