mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 00:05:29 +00:00
Because CVE-2019-14274.patch is included in ice-mcpp.patch, the cve-check-tool fails to correctly judge the CVE of the OSS. CVE-2019-14274.patch is separated from ice-mcpp.patch to fix the problem. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9301b77e3266160ffb7e9bfd69d445f0392076c8) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 81874b239287126805aa176907bd52e9a7801655) Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
562 B
BlitzBasic
18 lines
562 B
BlitzBasic
SUMMARY = "MCPP is a portable C/C++ preprocessor"
|
|
HOMEPAGE = "http://mcpp.sourceforge.net/"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ca370b75ec890321888a00cea9bc1d5"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
|
|
file://ice-mcpp.patch \
|
|
file://CVE-2019-14274.patch"
|
|
SRC_URI[md5sum] = "512de48c87ab023a69250edc7a0c7b05"
|
|
SRC_URI[sha256sum] = "3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = " --enable-mcpplib "
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|