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/libomxil/libomxil_0.9.3.bb | |
parent | a2760661b8c7a4a1b6f2e556853b3a9ae38cbcb5 (diff) | |
download | openembedded-core-43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9.tar.gz openembedded-core-43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9.tar.bz2 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/libomxil/libomxil_0.9.3.bb')
-rw-r--r-- | meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index bb31c56154..ded0e1c060 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Bellagio OpenMAX Integration Layer" HOMEPAGE = "http://omxil.sourceforge.net/" LICENSE = "LGPLv2.1+" +LICENSE_FLAGS = "commercial" LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \ file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90" DEPENDS = "libvorbis libogg alsa-lib libmad" |