[oe-commits] [meta-openembedded] 33/33: faad2: set LICENSE_FLAGS

git at git.openembedded.org git at git.openembedded.org
Tue Aug 14 23:26:43 UTC 2018


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

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

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

    faad2: set LICENSE_FLAGS
    
    Commercial usage requires a license 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-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
index b777831..9e5a381 100644
--- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
+++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
@@ -5,6 +5,8 @@ LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
 
+LICENSE_FLAGS = "commercial"
+
 PR = "r1"
 
 inherit autotools

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


More information about the Openembedded-commits mailing list