From patchwork Fri Jan 6 16:45:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE Date: Fri, 06 Jan 2012 16:45:22 -0000 From: Tom Zanussi X-Patchwork-Id: 18673 Message-Id: To: openembedded-core@lists.openembedded.org From: Tom Zanussi This patchset implements a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for background and details. This patchset was posted earlier in the week and received no comments. The only changes since then have been to save the cover letter text describing the patchset as commentary for PATCH 1, and changing instead of removing the warning in documentation-audit.sh. In addition to the "Commercial" license replacement for the existing recipes in COMMERCIAL_LICENSE, this version has also been tested with a recipe that uses a "License_${PN}_${PV}" string, and multiple flags. The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e: Dongxiao Xu (1): command.py: add parseConfigurationFiles API are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/license-flags.v1 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=tzanussi/license-flags.v1 Tom Zanussi (5): base.bbclass: add support for LICENSE_FLAGS Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE base.bbclass: remove COMMERCIAL_LICENSE code default-distrovars.inc: remove COMMERCIAL_LICENSE et al documentation-audit.sh: remove COMMERCIAL_LICENSE warning meta/classes/base.bbclass | 24 +++++++++++++++----- meta/conf/distro/include/default-distrovars.inc | 5 ---- .../gstreamer/gst-fluendo-mp3_0.10.16.bb | 1 + .../gstreamer/gst-openmax_0.10.1.bb | 1 + .../gstreamer/gst-plugins-ugly_0.10.18.bb | 1 + meta/recipes-multimedia/lame/lame_3.99.3.bb | 1 + meta/recipes-multimedia/libmad/libmad_0.15.1b.bb | 1 + meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 1 + meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb | 1 + meta/recipes-qt/qt-apps/qmmp_0.5.2.bb | 1 + scripts/contrib/documentation-audit.sh | 3 +- 11 files changed, 28 insertions(+), 12 deletions(-)