fix stamp.h in append rather than main .bb

compatibility-fixes
Aidan Garske 2025-11-25 11:17:10 -08:00 committed by night1rider
parent 4cb314801c
commit 438a79b40c
2 changed files with 16 additions and 0 deletions

View File

@ -13,3 +13,11 @@ python __anonymous() {
)
}
# Fix for commercial bundle missing stamp-h.in required by automake
do_configure:prepend() {
if [ ! -f ${S}/stamp-h.in ]; then
touch ${S}/stamp-h.in
fi
}

View File

@ -13,3 +13,11 @@ python __anonymous() {
)
}
# Fix for commercial bundle missing stamp-h.in required by automake
do_configure:prepend() {
if [ ! -f ${S}/stamp-h.in ]; then
touch ${S}/stamp-h.in
fi
}