1DESCRIPTION = "This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows." 2LICENSE = "BSD-3-Clause" 3LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5" 4 5SRCREV = "a10cd498d964508c0e6ec6bd2be9dd4afcbb4d86" 6SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \ 7 " 8 9S = "${WORKDIR}/git" 10 11UPSTREAM_CHECK_COMMITS = "1" 12 13inherit autotools pkgconfig 14 15DEPENDS += "openssl" 16 17CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC" 18LDFLAGS += "-lssl -lcrypto" 19 20PACKAGECONFIG ?= "disablewarnings inet inet6" 21PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,," 22PACKAGECONFIG[inet] = "--enable-inet,--disable-inet," 23PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6," 24 25EXTRA_OECONF += "--disable-debug" 26 27CVE_VERSION = "0.9.3.0" 28