mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
23 lines
560 B
BlitzBasic
23 lines
560 B
BlitzBasic
SUMMARY = "OSCam: Open Source Conditional Access Module"
|
|
HOMEPAGE = "http://www.streamboard.tv/oscam/"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
DEPENDS = "libusb1 openssl pcsc-lite"
|
|
|
|
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \
|
|
"
|
|
SRCREV = "11718"
|
|
PV = "1.10+"
|
|
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir} -DCMAKE_BUILD_TYPE=Debug"
|
|
|
|
do_configure:append() {
|
|
sed -i -e '1 s|${TOPDIR}|<TOPDIR>|g' ${B}/config.c
|
|
}
|