[oe-commits] [meta-openembedded] 28/32: faac: set LICENSE_FLAGS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 15 15:21:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit b9026fc71ab026c406ed7259154c6393ca888d44
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Mon Aug 13 19:50:28 2018 +0200

    faac: set LICENSE_FLAGS
    
    Commercial usage requires licensing according to the homepage, so set
    LICENSE_FLAGS = "commercial" to indicate that.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-multimedia/faac/faac_1.29.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb b/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
index 9f11dbd..d36f2f4 100644
--- a/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
+++ b/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
@@ -5,6 +5,8 @@ HOMEPAGE = "http://www.audiocoding.com/faac.html"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
 
+LICENSE_FLAGS = "commercial"
+
 inherit autotools
 
 SRC_URI = " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list