summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-25 18:11:07 -0700
committerSteve Sakoman <steve@sakoman.com>2021-03-31 05:08:47 -1000
commitca95497a2d29620f84849a8f92b8bd05aae107f8 (patch)
treefc7d0560ddd6d4a5464f64fedcd3c66faffea266
parentd913d2fbd431ccc10a6197c4dc8858dfd9a91426 (diff)
downloadopenembedded-core-contrib-ca95497a2d29620f84849a8f92b8bd05aae107f8.tar.gz
documentation-audit.sh: Fix typo in specifying LICENSE_FLAGS_WHITELIST
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 410a45639d84a3d69a65133593da32062196dd59) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rwxr-xr-xscripts/contrib/documentation-audit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh
index 1191f57a8e..f436f9bae0 100755
--- a/scripts/contrib/documentation-audit.sh
+++ b/scripts/contrib/documentation-audit.sh
@@ -27,7 +27,7 @@ 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 " you'll get false positives. For example, LICENSE_FLAGS_WHITELIST = \"commercial\""
for pkg in `bitbake -s | awk '{ print \$1 }'`; do
if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" ||