Fix camera manifest workaround

This commit is contained in:
Thomas Farstrike
2025-10-26 08:44:28 +01:00
parent a1ab4a130f
commit 454ad87b2b
+1 -1
View File
@@ -47,7 +47,7 @@ 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
if ! grep "$rellvglmani" "$idfile"; then
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