mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095778.html WARNING: QA Issue: File '/usr/bin/oscam' from oscam was already stripped, this will prevent future debugging! [already-stripped] Fix above warning by telling cmake to do Debug type build, which prevents linking with '-s' flag that removed symbols before bitbake could put them into dbg package. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Tom King<ka6sox@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
465 B
BlitzBasic
19 lines
465 B
BlitzBasic
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 pcsc-lite"
|
|
|
|
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http"
|
|
SRCREV = "9164"
|
|
PV = "1.10+${SRCPV}"
|
|
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir} -DCMAKE_BUILD_TYPE=Debug"
|
|
|