Signed-off-by: Khem Raj <[email protected]>
---
 meta-oe/recipes-crypto/botan/botan_3.5.0.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-crypto/botan/botan_3.5.0.bb 
b/meta-oe/recipes-crypto/botan/botan_3.5.0.bb
index d0e9d3e109..3a40680a45 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.5.0.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.5.0.bb
@@ -18,8 +18,8 @@ CPU:armv7ve = "armv7"
 
 do_configure() {
        python3 ${S}/configure.py \
-       --prefix="${D}${exec_prefix}" \
-       --libdir="${D}${libdir}" \
+       --prefix="${exec_prefix}" \
+       --libdir="${libdir}" \
        --cpu="${CPU}" \
        --cc-bin="${CXX}" \
        --cxxflags="${CXXFLAGS}" \
@@ -39,8 +39,8 @@ do_compile() {
        oe_runmake
 }
 do_install() {
-       oe_runmake install
-       sed -i -e "s|${D}||g" ${D}${libdir}/pkgconfig/botan-3.pc
+       oe_runmake DESTDIR=${D} install
+       sed -i -e 's|${WORKDIR}|<scrubbed>|g' 
${D}${includedir}/botan-3/botan/build.h
 }
 
 PACKAGES += "${PN}-python3"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111831): 
https://lists.openembedded.org/g/openembedded-devel/message/111831
Mute This Topic: https://lists.openembedded.org/mt/107927668/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to