diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-23 21:03:46 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 08:38:46 +0000 |
| commit | 20f23b5f65de526d36f68cc501a34bd772a1f5ac (patch) | |
| tree | 3bea4ee27f7d89dc654f455751016bb95e4e136c /scripts/contrib | |
| parent | 89544cf511712dc892d8d48abb59e97ca08715fa (diff) | |
| download | poky-20f23b5f65de526d36f68cc501a34bd772a1f5ac.tar.gz | |
scripts/documentation-audit: Use renamed LICENSE_FLAGS_ACCEPTED variable
(From OE-Core rev: c8f8fe5a4f57febb1fb9b54f53d2a0b95f01179b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
| -rwxr-xr-x | scripts/contrib/documentation-audit.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 26 | fi | 26 | fi |
| 27 | 27 | ||
| 28 | echo "REMINDER: you need to build for MACHINE=qemux86 or you won't get useful results" | 28 | echo "REMINDER: you need to build for MACHINE=qemux86 or you won't get useful results" |
| 29 | echo "REMINDER: you need to set LICENSE_FLAGS_WHITELIST appropriately in local.conf or " | 29 | echo "REMINDER: you need to set LICENSE_FLAGS_ACCEPTED appropriately in local.conf or " |
| 30 | echo " you'll get false positives. For example, LICENSE_FLAGS_WHITELIST = \"commercial\"" | 30 | echo " you'll get false positives. For example, LICENSE_FLAGS_ACCEPTED = \"commercial\"" |
| 31 | 31 | ||
| 32 | for pkg in `bitbake -s | awk '{ print \$1 }'`; do | 32 | for pkg in `bitbake -s | awk '{ print \$1 }'`; do |
| 33 | if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" || | 33 | if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" || |
