From: Khem Raj Date: Thu, 24 Feb 2022 05:03:46 +0000 (-0800) Subject: scripts/documentation-audit: Use renamed LICENSE_FLAGS_ACCEPTED variable X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c8f8fe5a4f57febb1fb9b54f53d2a0b95f01179b;p=openembedded-core.git scripts/documentation-audit: Use renamed LICENSE_FLAGS_ACCEPTED variable Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh index f436f9bae0..36f7f3287c 100755 --- a/scripts/contrib/documentation-audit.sh +++ b/scripts/contrib/documentation-audit.sh @@ -26,8 +26,8 @@ if [ -z "$BITBAKE" ]; then fi echo "REMINDER: you need to build for MACHINE=qemux86 or you won't get useful results" -echo "REMINDER: you need to set LICENSE_FLAGS_WHITELIST appropriately in local.conf or " -echo " you'll get false positives. For example, LICENSE_FLAGS_WHITELIST = \"commercial\"" +echo "REMINDER: you need to set LICENSE_FLAGS_ACCEPTED appropriately in local.conf or " +echo " you'll get false positives. For example, LICENSE_FLAGS_ACCEPTED = \"commercial\"" for pkg in `bitbake -s | awk '{ print \$1 }'`; do if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" ||