[oe] [meta-oe][PATCH 18/20] check: add recipe

Khem Raj raj.khem at gmail.com
Sun Jun 24 19:18:43 UTC 2018


It is a C unittest framework

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-test/check/check_git.bb | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-oe/recipes-test/check/check_git.bb

diff --git a/meta-oe/recipes-test/check/check_git.bb b/meta-oe/recipes-test/check/check_git.bb
new file mode 100644
index 0000000000..e7bfece3cf
--- /dev/null
+++ b/meta-oe/recipes-test/check/check_git.bb
@@ -0,0 +1,21 @@
+# Copyright (C) 2018 Khem Raj <raj.khem at gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "A unit testing framework for C"
+HOMEPAGE = "https://libcheck.github.io/check/"
+LICENSE = "LGPL-2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+PV = "0.12.0+git${SRCPV}"
+
+SRCREV = "285d04b3d461ba68dc39e0f9e847784fb6064bb3"
+
+SRC_URI = "git://github.com/libcheck/check"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+do_install_append() {
+    rm -rf ${D}${exec_prefix}/cmake
+}
-- 
2.18.0




More information about the Openembedded-devel mailing list