Merge pull request #165 from kareem-wolfssl/zd21682

Ensure target directory exists for dummy autogen.sh file in do_configure_disable_autogen.
pull/166/head
Zackery 2026-05-07 09:54:00 -06:00 committed by GitHub
commit 8217d908e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -26,6 +26,7 @@ inherit wolfssl-commercial wolfssl-compatibility
# Ensure autogen.sh never runs for commercial bundles
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -11,6 +11,7 @@ inherit wolfssl-compatibility
S = "${WORKDIR}/${WOLFSSL_SRC}"
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}

View File

@ -20,6 +20,7 @@ do_unpack() {
}
do_configure_disable_autogen() {
mkdir -p ${S}
echo -e "#!/bin/sh\nexit 0" > ${S}/autogen.sh
chmod +x ${S}/autogen.sh
}