Try to fix manifests

This commit is contained in:
Thomas Farstrike
2025-10-26 09:13:05 +01:00
parent 454ad87b2b
commit 38a586ffa2
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -47,8 +47,8 @@ fi
echo "Check need to add lvgl_micropython manifest to micropython-camera-API's manifest..."
camani="$codebasedir"/micropython-camera-API/src/manifest.py
rellvglmani=lvgl_micropython/build/manifest.py
abslvglmani="$codebasedir"/"$rellvglmani"
if ! grep "$rellvglmani" "$camani"; then
abslvglmani="$codebasedir"/"$rellvglmani"
echo "Adding include(\"$abslvglmani\") to $camani"
echo >> "$camani" # needs newline because file doesn't have newline at the end
echo "include(\"$abslvglmani\") # workaround to prevent micropython-camera-API from overriding the lvgl_micropython manifest..." >> "$camani"