mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
9f37b85bc8
* build with -mfloat-abi=hard are failing with: sysroots/foo/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory because cmake wasn't respecting *flags set from OE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
502 B
BlitzBasic
21 lines
502 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 \
|
|
file://respect-cflags.patch \
|
|
"
|
|
SRCREV = "9164"
|
|
PV = "1.10+${SRCPV}"
|
|
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir} -DCMAKE_BUILD_TYPE=Debug"
|
|
|