| Submitter | Tom Zanussi |
|---|---|
| Date | Jan. 2, 2012, 7:29 p.m. |
| Message ID | <bbd47d1eb3ea259c0f0bbcc79b1fd51a2d03f31e.1325526807.git.tom.zanussi@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17953/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh index 5070fee..bf72a17 100755 --- a/scripts/contrib/documentation-audit.sh +++ b/scripts/contrib/documentation-audit.sh @@ -25,7 +25,6 @@ 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 have COMMERCIAL_LICENSE = \"\" in local.conf or you'll get false positives" for pkg in `bitbake -s | awk '{ print \$1 }'`; do if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" ||