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:54:15 +0000 |
commit | 7b81ef8d95d82c55e3650981d3010000cd493832 (patch) | |
tree | 8639d231bb5b1d0624959080762df8b1356d96b6 /meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb | |
parent | b68ea543603c35f4e3519d358e0d1e1e24bd5851 (diff) | |
download | poky-7b81ef8d95d82c55e3650981d3010000cd493832.tar.gz |
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
(From OE-Core rev: 43410523a07d9eb52a7d57ae3dc1cc320cbbc6f9)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb index 5975513e07..3f8c67ea7c 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb | |||
@@ -2,6 +2,7 @@ require gst-fluendo.inc | |||
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=98326cbb1723a5a97e9b1db62e9faa05" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=98326cbb1723a5a97e9b1db62e9faa05" |
5 | LICENSE_FLAGS = "commercial" | ||
5 | 6 | ||
6 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 7 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
7 | 8 | ||