diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-21 14:00:47 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-18 10:49:43 +0100 |
commit | 8f705bf7016f611fc03983fed5e5a7df14db64b9 (patch) | |
tree | e0520cf13efa0166368fbd9c67e270843ceec804 /meta-multimedia/recipes-dvb/oscam | |
parent | d3bcb21db84a04bfaaa239f287513ad51bd9f613 (diff) | |
download | meta-openembedded-8f705bf7016f611fc03983fed5e5a7df14db64b9.tar.gz |
oscam: add svn version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-dvb/oscam')
-rw-r--r-- | meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb new file mode 100644 index 0000000000..f466aff5ea --- /dev/null +++ b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "OSCam: Open Source Conditional Access Module" | ||
2 | HOMEPAGE = "http://www.streamboard.tv/oscam/" | ||
3 | |||
4 | LICENSE = "GPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
6 | |||
7 | DEPENDS = "libusb1 openssl" | ||
8 | |||
9 | SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http" | ||
10 | SRCREV = "7974" | ||
11 | PV = "1.10+${SRCPV}" | ||
12 | |||
13 | S = "${WORKDIR}/trunk" | ||
14 | |||
15 | inherit cmake | ||
16 | |||
17 | EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir}" | ||
18 | |||