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/lame | |
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/lame')
-rw-r--r-- | meta/recipes-multimedia/lame/lame_3.99.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/lame/lame_3.99.3.bb b/meta/recipes-multimedia/lame/lame_3.99.3.bb index 3c42cc740..4dc4e0aa9 100644 --- a/meta/recipes-multimedia/lame/lame_3.99.3.bb +++ b/meta/recipes-multimedia/lame/lame_3.99.3.bb @@ -3,6 +3,8 @@ HOMEPAGE = "http://sourceforge.net/projects/lame/files/lame/" BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290" SECTION = "console/utils" LICENSE = "LGPLv2+" +LICENSE_FLAGS = "commercial" + LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \ file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b PR = "r0" |