diff options
| author | Rui Costa <rui.ms.costa@ctw.bmwgroup.com> | 2024-04-03 12:00:46 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-05 08:07:24 -0700 |
| commit | 1db8a436b303cca703fc75934067b2a56c81cbff (patch) | |
| tree | 9a9a198a789c385b995c7202e92653455d3b2c4d /meta-oe/recipes-support/avro/avro-c++_1.11.3.bb | |
| parent | b9473d53c38a55ebb20a572373ac7f4d6e18cc60 (diff) | |
| download | meta-openembedded-1db8a436b303cca703fc75934067b2a56c81cbff.tar.gz | |
avro: add recipe for c++
- remove the unittests from the compilation step
- add cmake configuration files to use with find_package
- update c++ version to 14
Diffstat (limited to 'meta-oe/recipes-support/avro/avro-c++_1.11.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/avro/avro-c++_1.11.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb b/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb new file mode 100644 index 0000000000..1e4787eb49 --- /dev/null +++ b/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Apache Avro data serialization system." | ||
| 2 | HOMEPAGE = "http://apr.apache.org/" | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | LICENSE = "Apache-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=43abf34d8b9908494f83c55d213a7f89" | ||
| 7 | |||
| 8 | DEPENDS = "boost zlib xz" | ||
| 9 | |||
| 10 | BRANCH = "branch-1.11" | ||
| 11 | SRCREV = "35ff8b997738e4d983871902d47bfb67b3250734" | ||
| 12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \ | ||
| 13 | file://0001-Remove-cpp-unittest-compilation.patch \ | ||
| 14 | file://0002-Add-package-configuration-files.patch \ | ||
| 15 | file://0003-Update-CXX-standard-to-CXX14.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git/lang/c++" | ||
| 19 | |||
| 20 | inherit cmake pkgconfig | ||
