Ensure target directory exists for dummy autogen.sh file in do_configure_disable_autogen.

pull/165/head
Kareem 2026-04-29 17:06:04 -07:00
parent d3f7d6bba6
commit 1450a76899
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
}