Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs/littlefs/Make.defs: fix a littlefs unpack regression #15204

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

yamt
Copy link
Contributor

@yamt yamt commented Dec 16, 2024

Summary

Note that $(CONFIG_FS_LITTLEFS_VERSION).tar.gz is expanded to eg. "v2.5.1".tar.gz. The extra quotes break make's file existence checks.

Fixes: #15148

The regression was caused by #14903

Impact

Testing

build tested on macOS.

Note that $(CONFIG_FS_LITTLEFS_VERSION).tar.gz is expanded to
eg. "v2.5.1".tar.gz. The extra quotes break make's file existence
checks.

Fixes: apache#15148

The regression was caused by apache#14903
@github-actions github-actions bot added Area: File System File System issues Size: XS The size of the change in this PR is very small labels Dec 16, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit 0975436 into apache:master Dec 16, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: File System File System issues Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Build error after switching from release/12.7 to master with LittleFS enabled
3 participants