diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-05 17:28:35 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-13 11:13:19 +0200 |
| commit | f441696b676db76f7c97379ed05f9029597dcd78 (patch) | |
| tree | 7c65956d7b228e2fbaf7436755c118eaba0866c9 /meta-multimedia/recipes-multimedia/streamripper | |
| parent | 36ed830bc2a857bc0ca4be48e3ac47a28e937748 (diff) | |
| download | meta-openembedded-f441696b676db76f7c97379ed05f9029597dcd78.tar.gz | |
recipes-multimedia: Add LICENSE_FLAGS
Multiple recipes require libmap, mpg123 or ffmpeg which all are defined
to have a LICENSE_FLAGS = "commercial". Set these referring packages
to the same license flag so they are only enabled when their dependency
is also enabled.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/streamripper')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb index 94355b64d4..722815ab6a 100644 --- a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb +++ b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb | |||
| @@ -6,6 +6,9 @@ LICENSE = "GPLv2" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
| 7 | DEPENDS = "glib-2.0 libmad libogg libvorbis" | 7 | DEPENDS = "glib-2.0 libmad libogg libvorbis" |
| 8 | 8 | ||
| 9 | # While this item does not require it, it depends on libmad which does | ||
| 10 | LICENSE_FLAGS = "commercial" | ||
| 11 | |||
| 9 | SRC_URI = "\ | 12 | SRC_URI = "\ |
| 10 | ${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \ | 13 | ${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \ |
| 11 | file://0001-build-these-are-foreign-automake-projects.patch \ | 14 | file://0001-build-these-are-foreign-automake-projects.patch \ |
