mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 lines
930 B
BlitzBasic
28 lines
930 B
BlitzBasic
DESCRIPTION = "This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5"
|
|
|
|
SRCREV = "848eca82f92273af9a79687a90343a2ebcf3481d"
|
|
SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \
|
|
"
|
|
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS += "openssl"
|
|
|
|
CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC"
|
|
LDFLAGS += "-lssl -lcrypto"
|
|
|
|
PACKAGECONFIG ?= "disablewarnings inet inet6"
|
|
PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,,"
|
|
PACKAGECONFIG[inet] = "--enable-inet,--disable-inet,"
|
|
PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6,"
|
|
|
|
EXTRA_OECONF += "--disable-debug"
|
|
|
|
CVE_VERSION = "0.9.5.0"
|
|
CVE_STATUS[CVE-2019-20503] = "cpe-incorrect: The current version (0.9.5.0) is not affected by the CVE which affects versions at least earlier than 0.9.4.0"
|