diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-01-05 18:41:21 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:23:54 +0000 |
commit | 43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9 (patch) | |
tree | 515dd0f044ce6dc3a8dcaac5cefbf2b83ed60315 /meta/recipes-multimedia/libmad | |
parent | a2760661b8c7a4a1b6f2e556853b3a9ae38cbcb5 (diff) | |
download | openembedded-core-43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9.tar.gz openembedded-core-43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9.tar.bz2 openembedded-core-43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9.tar.xz openembedded-core-43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9.zip |
Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE
Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list;
add LICENSE_FLAGS varables to each the recipes mentioned in that list:
- lame
- gst-fluendo-mp3
- gst-openmax
- gst-plugins-ugly
- libmad
- libomxil
- mpeg2dec
- qmmp
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libmad')
-rw-r--r-- | meta/recipes-multimedia/libmad/libmad_0.15.1b.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb index aec929c44..e10b40111 100644 --- a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb @@ -2,6 +2,7 @@ DESCRIPTION = "MPEG Audio Decoder Library" HOMEPAGE = "http://sourceforge.net/projects/mad/" BUGTRACKER = "http://sourceforge.net/tracker/?group_id=12349&atid=112349" LICENSE = "GPLv2+" +LICENSE_FLAGS = "commercial" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYRIGHT;md5=8e55eb14894e782b84488d5a239bc23d \ file://version.h;beginline=1;endline=8;md5=aa07311dd39288d4349f28e1de516454" |