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

git at git.openembedded.org git at git.openembedded.org
Sun Jun 24 19:10:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2dbd9013625a1dbf1accf61a9459afb239d0798a
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Jun 24 00:11:25 2018 -0700

    check: add recipe
    
    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(+)

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 0000000..e7bfece
--- /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
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list