From patchwork Mon Jan 2 19:29:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning Date: Mon, 02 Jan 2012 19:29:28 -0000 From: Tom Zanussi X-Patchwork-Id: 17953 Message-Id: To: openembedded-core@lists.openembedded.org, sgw@linux.intel.com From: Tom Zanussi COMMERCIAL_LICENSE no longer exists, remove the warning about it. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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" ||