diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb')
-rw-r--r-- | meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb b/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb new file mode 100644 index 0000000000..a7163a35a8 --- /dev/null +++ b/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "MCPP is a portable C/C++ preprocessor" | ||
2 | HOMEPAGE = "http://mcpp.sourceforge.net/" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ca370b75ec890321888a00cea9bc1d5" | ||
5 | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | ||
7 | file://ice-mcpp.patch " | ||
8 | SRC_URI[md5sum] = "512de48c87ab023a69250edc7a0c7b05" | ||
9 | SRC_URI[sha256sum] = "3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | EXTRA_OECONF = " --enable-mcpplib " | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||
16 | |||