mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
Space-comma Cleanups
Multiple files have " ," instead of ", " in expressions. This changes them to conform to the way the rest of them are done. Found and corrected via: git ls-files | xargs sed --follow-symlinks -i 's/ ,d/, d/g' (From OE-Core rev: 36c3afd2dd8bded02ea8f255e89a09ebd75c795b) Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
538019a320
commit
ceefa75ac0
@@ -9,7 +9,7 @@ export STAGING_INCDIR
|
||||
export STAGING_LIBDIR
|
||||
|
||||
# Add 100Meg of extra space for dnf
|
||||
IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf", " + 102400", "" ,d)}"
|
||||
IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf", " + 102400", "", d)}"
|
||||
|
||||
# Dnf is python based, so be sure python3-native is available to us.
|
||||
EXTRANATIVEPATH += "python3-native"
|
||||
|
||||
Reference in New Issue
Block a user