From: Khem Raj Date: Wed, 16 Aug 2023 18:31:53 +0000 (-0700) Subject: build-sysroots: Add SUMMARY field X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4c7130f11c069ab18c374dcbfb1276ef37be60;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git build-sysroots: Add SUMMARY field Fixes build QA warning about [missing-metadata] Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/build-sysroots.bb b/meta/recipes-core/meta/build-sysroots.bb index ad22a75eb23..72da88921af 100644 --- a/meta/recipes-core/meta/build-sysroots.bb +++ b/meta/recipes-core/meta/build-sysroots.bb @@ -1,5 +1,6 @@ -INHIBIT_DEFAULT_DEPS = "1" LICENSE = "MIT" +SUMMARY = "Build old style sysroot based on everything in the components directory that matches the current MACHINE" +INHIBIT_DEFAULT_DEPS = "1" STANDALONE_SYSROOT = "${STAGING_DIR}/${MACHINE}" STANDALONE_SYSROOT_NATIVE = "${STAGING_DIR}/${BUILD_ARCH}"