All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mcpp: added new recipe for version 2.7.2
@ 2010-11-06 19:46 Maksym Parkachov
  2010-11-14 10:46 ` Maksym Parkachov
  0 siblings, 1 reply; 2+ messages in thread
From: Maksym Parkachov @ 2010-11-06 19:46 UTC (permalink / raw)
  To: openembedded-devel

* created .inc file for both target and native version
* added version 2.7.2

Signed-off-by: Maksym Parkachov <lazy.gopher@gmail.com>
---
 recipes/mcpp/mcpp.inc      |   11 +++++++++++
 recipes/mcpp/mcpp_2.7.2.bb |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes/mcpp/mcpp.inc
 create mode 100644 recipes/mcpp/mcpp_2.7.2.bb

diff --git a/recipes/mcpp/mcpp.inc b/recipes/mcpp/mcpp.inc
new file mode 100644
index 0000000..9c56a7c
--- /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"
diff --git a/recipes/mcpp/mcpp_2.7.2.bb b/recipes/mcpp/mcpp_2.7.2.bb
new file mode 100644
index 0000000..55418bf
--- /dev/null
+++ b/recipes/mcpp/mcpp_2.7.2.bb
@@ -0,0 +1,5 @@
+require ${BPN}.inc
+
+SRC_URI[md5sum] = "512de48c87ab023a69250edc7a0c7b05"
+SRC_URI[sha256sum] = "3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864"
+
-- 
1.7.2.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mcpp: added new recipe for version 2.7.2
  2010-11-06 19:46 [PATCH] mcpp: added new recipe for version 2.7.2 Maksym Parkachov
@ 2010-11-14 10:46 ` Maksym Parkachov
  0 siblings, 0 replies; 2+ messages in thread
From: Maksym Parkachov @ 2010-11-14 10:46 UTC (permalink / raw)
  To: openembedded-devel

Ping

On Sat, Nov 6, 2010 at 8:46 PM, Maksym Parkachov <lazy.gopher@gmail.com> wrote:
> * created .inc file for both target and native version
> * added version 2.7.2
>
> Signed-off-by: Maksym Parkachov <lazy.gopher@gmail.com>
> ---
>  recipes/mcpp/mcpp.inc      |   11 +++++++++++
>  recipes/mcpp/mcpp_2.7.2.bb |    5 +++++
>  2 files changed, 16 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/mcpp/mcpp.inc
>  create mode 100644 recipes/mcpp/mcpp_2.7.2.bb
>
> diff --git a/recipes/mcpp/mcpp.inc b/recipes/mcpp/mcpp.inc
> new file mode 100644
> index 0000000..9c56a7c
> --- /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"
> diff --git a/recipes/mcpp/mcpp_2.7.2.bb b/recipes/mcpp/mcpp_2.7.2.bb
> new file mode 100644
> index 0000000..55418bf
> --- /dev/null
> +++ b/recipes/mcpp/mcpp_2.7.2.bb
> @@ -0,0 +1,5 @@
> +require ${BPN}.inc
> +
> +SRC_URI[md5sum] = "512de48c87ab023a69250edc7a0c7b05"
> +SRC_URI[sha256sum] = "3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864"
> +
> --
> 1.7.2.3
>
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-14 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-06 19:46 [PATCH] mcpp: added new recipe for version 2.7.2 Maksym Parkachov
2010-11-14 10:46 ` Maksym Parkachov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.