mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 06:49:33 +02:00
classes: Be consistent about sstate-inputdirs/outputdirs ending with '/'
If sstate-inputdirs and sstate-outputdirs don't match with ending '/' characters, the manifest file can end up corrupted. This change ensures the metadata is consistent in ending do_populate_root tasks with this character to avoid manifest file corruption. (From OE-Core rev: 3910eaf88d14904eef85b9e391387547df7fc54e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -72,7 +72,7 @@ eglibcinitial_sstate_postinst() {
|
||||
fi
|
||||
}
|
||||
|
||||
do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}"
|
||||
do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}/"
|
||||
|
||||
# We don't install any scripts so there is nothing to evacuate
|
||||
do_evacuate_scripts () {
|
||||
|
||||
Reference in New Issue
Block a user