aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mcpp/mcpp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mcpp/mcpp.inc')
-rw-r--r--recipes/mcpp/mcpp.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mcpp/mcpp.inc b/recipes/mcpp/mcpp.inc
new file mode 100644
index 0000000000..9c56a7cd54
--- /dev/null
+++ b/recipes/mcpp/mcpp.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "MCPP is a portable C/C++ preprocessor"
+HOMEPAGE = "http://mcpp.sourceforge.net/"
+LICENSE = "BSD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+
+inherit autotools lib_package
+
+EXTRA_OECONF = " --enable-mcpplib "
+
+BBCLASSEXTEND = "native"