diff options
| -rw-r--r-- | meta-oe/recipes-crypto/botan/botan_3.9.0.bb (renamed from meta-oe/recipes-crypto/botan/botan_3.7.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.7.1.bb b/meta-oe/recipes-crypto/botan/botan_3.9.0.bb index 74f895cf3c..77bd0d007f 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.7.1.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.9.0.bb | |||
| @@ -5,7 +5,7 @@ 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 | SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b" | 8 | SRC_URI[sha256sum] = "8c3f284b58ddd42e8e43e9fa86a7129d87ea7c3f776a80d3da63ec20722b0883" |
| 9 | 9 | ||
| 10 | S = "${UNPACKDIR}/Botan-${PV}" | 10 | S = "${UNPACKDIR}/Botan-${PV}" |
| 11 | 11 | ||
| @@ -24,8 +24,6 @@ do_configure() { | |||
| 24 | --cc-bin="${CXX}" \ | 24 | --cc-bin="${CXX}" \ |
| 25 | --cxxflags="${CXXFLAGS}" \ | 25 | --cxxflags="${CXXFLAGS}" \ |
| 26 | --ldflags="${LDFLAGS}" \ | 26 | --ldflags="${LDFLAGS}" \ |
| 27 | --with-endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ | ||
| 28 | ${@bb.utils.contains("TUNE_FEATURES","neon","","--disable-neon",d)} \ | ||
| 29 | --with-sysroot-dir=${STAGING_DIR_HOST} \ | 27 | --with-sysroot-dir=${STAGING_DIR_HOST} \ |
| 30 | --with-build-dir="${B}" \ | 28 | --with-build-dir="${B}" \ |
| 31 | --optimize-for-size \ | 29 | --optimize-for-size \ |
| @@ -36,12 +34,14 @@ do_configure() { | |||
| 36 | } | 34 | } |
| 37 | 35 | ||
| 38 | do_compile() { | 36 | do_compile() { |
| 37 | sed -i -e 's|${WORKDIR}|<scrubbed>|g' ${B}/build/target_info.h | ||
| 39 | oe_runmake | 38 | oe_runmake |
| 40 | } | 39 | } |
| 40 | |||
| 41 | do_install() { | 41 | do_install() { |
| 42 | oe_runmake DESTDIR=${D} install | 42 | oe_runmake DESTDIR=${D} install |
| 43 | sed -i -e 's|${WORKDIR}|<scrubbed>|g' ${D}${includedir}/botan-3/botan/build.h | 43 | sed -i -e 's|${WORKDIR}|<scrubbed>|g' ${D}${includedir}/botan-3/botan/build.h |
| 44 | 44 | ||
| 45 | # Add botan binary and test tool | 45 | # Add botan binary and test tool |
| 46 | install -d ${D}${bindir} | 46 | install -d ${D}${bindir} |
| 47 | install -d ${D}${datadir}/${PN}/tests/data | 47 | install -d ${D}${datadir}/${PN}/tests/data |
