mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
mcpp : Add recipe. mcpp is a c/c++ preprocessor.
Includes a patch from Zeroc to help with ice builds. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d9b2b7e3f1
commit
d88a6a9a38
16
meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb
Normal file
16
meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "MCPP is a portable C/C++ preprocessor"
|
||||
HOMEPAGE = "http://mcpp.sourceforge.net/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ca370b75ec890321888a00cea9bc1d5"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
|
||||
file://ice-mcpp.patch "
|
||||
SRC_URI[md5sum] = "512de48c87ab023a69250edc7a0c7b05"
|
||||
SRC_URI[sha256sum] = "3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = " --enable-mcpplib "
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user