This corrects a typo (us -> is) in the description of extend_recipe_sysroot().
Signed-off-by: Peter Kjellerstedt <[email protected]> --- meta/classes-global/staging.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-global/staging.bbclass b/meta/classes-global/staging.bbclass index 1008867a6c..93a7af0005 100644 --- a/meta/classes-global/staging.bbclass +++ b/meta/classes-global/staging.bbclass @@ -250,7 +250,7 @@ def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d): # # Manifests here are complicated. The main sysroot area has the unpacked sstate -# which us unrelocated and tracked by the main sstate manifests. Each recipe +# which is unrelocated and tracked by the main sstate manifests. Each recipe # specific sysroot has manifests for each dependency that is installed there. # The task hash is used to tell whether the data needs to be reinstalled. We # use a symlink to point to the currently installed hash. There is also a
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237611): https://lists.openembedded.org/g/openembedded-core/message/237611 Mute This Topic: https://lists.openembedded.org/mt/119496311/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
