diff options
| -rw-r--r-- | meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-crypto/botan/botan/run-ptest | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-crypto/botan/botan_3.10.0.bb | 8 |
3 files changed, 8 insertions, 3 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index d092c3c327..d475108cfc 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | PTESTS_FAST_META_OE = "\ | 9 | PTESTS_FAST_META_OE = "\ |
| 10 | asio \ | 10 | asio \ |
| 11 | audiofile \ | 11 | audiofile \ |
| 12 | botan \ | ||
| 12 | cli11 \ | 13 | cli11 \ |
| 13 | cmocka \ | 14 | cmocka \ |
| 14 | cunit \ | 15 | cunit \ |
diff --git a/meta-oe/recipes-crypto/botan/botan/run-ptest b/meta-oe/recipes-crypto/botan/botan/run-ptest new file mode 100644 index 0000000000..42ddb161eb --- /dev/null +++ b/meta-oe/recipes-crypto/botan/botan/run-ptest | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | botan-test --data-dir=/usr/share/botan/tests/data/ | tee ./test.out | grep " ran " | sed 's/^\(.*\) ran .* all ok$/PASS: \1/; s/^\(.*\) ran .* FAILED$/FAIL: \1/' | ||
diff --git a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb b/meta-oe/recipes-crypto/botan/botan_3.10.0.bb index e079dd73de..dcc0e6aa77 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.10.0.bb | |||
| @@ -4,12 +4,13 @@ LICENSE = "BSD-2-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e" | 4 | LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" | 7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz \ |
| 8 | file://run-ptest" | ||
| 8 | SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24" | 9 | SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24" |
| 9 | 10 | ||
| 10 | S = "${UNPACKDIR}/Botan-${PV}" | 11 | S = "${UNPACKDIR}/Botan-${PV}" |
| 11 | 12 | ||
| 12 | inherit python3native siteinfo lib_package | 13 | inherit python3native siteinfo lib_package ptest |
| 13 | 14 | ||
| 14 | CPU ?= "${TARGET_ARCH}" | 15 | CPU ?= "${TARGET_ARCH}" |
| 15 | CPU:x86 = "x86_32" | 16 | CPU:x86 = "x86_32" |
| @@ -55,7 +56,8 @@ FILES:${PN}-python3 = "${libdir}/python3" | |||
| 55 | 56 | ||
| 56 | RDEPENDS:${PN}-python3 += "python3" | 57 | RDEPENDS:${PN}-python3 += "python3" |
| 57 | RDEPENDS:${PN}-bin += "${PN}" | 58 | RDEPENDS:${PN}-bin += "${PN}" |
| 58 | RDEPENDS:${PN}-test += "${PN}" | 59 | RDEPENDS:${PN}-test += "${PN} ca-certificates" |
| 60 | RDEPENDS:${PN}-ptest += "${PN}-test" | ||
| 59 | FILES:${PN}:remove = "${bindir}/*" | 61 | FILES:${PN}:remove = "${bindir}/*" |
| 60 | FILES:${PN}-bin:remove = "${bindir}/*" | 62 | FILES:${PN}-bin:remove = "${bindir}/*" |
| 61 | FILES:${PN}-bin = "${bindir}/botan" | 63 | FILES:${PN}-bin = "${bindir}/botan" |
