diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-08-31 14:12:50 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-31 16:57:06 -0700 |
| commit | 32c7ebbab52525747c22285264720b48d58eeb0d (patch) | |
| tree | 4319ae89498a837d3b2227a6905f84fdef7b1c2e /meta-oe/recipes-extended | |
| parent | 192afbcc07a7ae954f7a9088ed99a3e47e271706 (diff) | |
| download | meta-openembedded-32c7ebbab52525747c22285264720b48d58eeb0d.tar.gz | |
properties-cpp: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb new file mode 100644 index 0000000000..5db38ac987 --- /dev/null +++ b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Copyright (c) 2019 Christophe Chapuis <chris.chapuis@gmail.com> | ||
| 2 | # Copyright (c) 2019 Herman van Hazendonk <github.com@herrie.org> | ||
| 3 | |||
| 4 | SUMMARY = "A very simple convenience library for handling properties and signals in C++11." | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "LGPLv3" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 8 | |||
| 9 | PV = "0.0.1+git${SRCPV}" | ||
| 10 | |||
| 11 | SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77" | ||
| 12 | SRC_URI = "git://github.com/lib-cpp/${BPN}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | do_configure_prepend() { | ||
| 17 | echo " " > ${S}/tests/CMakeLists.txt | ||
| 18 | } | ||
| 19 | |||
| 20 | inherit cmake pkgconfig | ||
| 21 | |||
| 22 | RDEPENDS_${PN}-dev = "" | ||
