diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-08-13 19:50:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | ada136e89fe54eb1474bd2b85e846108fb447794 (patch) | |
tree | b28be2798bc6c76779a69f443bc9e774903e984f /meta-oe/recipes-multimedia | |
parent | b30773b37576596cfa4d5680daeb75d17b14b536 (diff) | |
download | meta-openembedded-ada136e89fe54eb1474bd2b85e846108fb447794.tar.gz |
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@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb index b777831ad..9e5a3817a 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" | |||
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958" |
7 | 7 | ||
8 | LICENSE_FLAGS = "commercial" | ||
9 | |||
8 | PR = "r1" | 10 | PR = "r1" |
9 | 11 | ||
10 | inherit autotools | 12 | inherit autotools |