[oe-commits] joao freitas : cgreen: new recipe

git version control git at git.openembedded.org
Mon Nov 8 15:08:08 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: b02bd324cf955c0c98df1b65264fedc8162c15ae
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b02bd324cf955c0c98df1b65264fedc8162c15ae

Author: joao freitas <joaohf at gmail.com>
Date:   Tue Jun 29 14:40:39 2010 +0000

cgreen: new recipe

cgreen is a library to do unit test for C language

EB: squashed 4 patches into one

Author:    joao freitas <joaohf at gmail.com>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/cgreen/cgreen.inc    |   14 ++++++++++++++
 recipes/cgreen/cgreen_svn.bb |   15 +++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/cgreen/cgreen.inc b/recipes/cgreen/cgreen.inc
new file mode 100644
index 0000000..eb0e445
--- /dev/null
+++ b/recipes/cgreen/cgreen.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Cgreen is a unit test framework for C language"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "flex-native"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+INC_PR = "r0"
+
+BBCLASSEXTEND = "native sdk"
+
+inherit cmake
+
diff --git a/recipes/cgreen/cgreen_svn.bb b/recipes/cgreen/cgreen_svn.bb
new file mode 100644
index 0000000..65f2f34
--- /dev/null
+++ b/recipes/cgreen/cgreen_svn.bb
@@ -0,0 +1,15 @@
+require cgreen.inc
+
+SRCREV = "334"
+PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/cgreen"
+
+SRC_URI = "svn://cgreen.svn.sourceforge.net/svnroot/cgreen/trunk;module=cgreen;proto=https"
+
+EXTRA_OECONF = ""
+EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
+
+EXTRA_OECMAKE = ""
+
+OECMAKE_SOURCEPATH = "../cgreen"





More information about the Openembedded-commits mailing list