summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-06-29 15:38:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-02 11:41:26 +0100
commitc1e3ae9039143f086e4cc1cf28dc6a8b5ed25816 (patch)
tree36807f018d358e7dc3fb7766496369a0509075cc /meta/recipes-multimedia
parent4640db3533d3e4eae93f591ba652122ec1d112d6 (diff)
downloadpoky-c1e3ae9039143f086e4cc1cf28dc6a8b5ed25816.tar.gz
lame: remove LICENSE_FLAGS
The patent on mp3 format due to expire, so remove LICENSE_FLAGS from lame recipe. Ref: https://bugzilla.gnome.org/show_bug.cgi?id=774252 (From OE-Core rev: 891dee3d20655eae35310fd684152516b91b44d9) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit ef98095cabeb54bd86c2cb78229a1180c7403d4d) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/lame/lame_3.100.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/lame/lame_3.100.bb b/meta/recipes-multimedia/lame/lame_3.100.bb
index ff6ac7efb2..7f8996fb52 100644
--- a/meta/recipes-multimedia/lame/lame_3.100.bb
+++ b/meta/recipes-multimedia/lame/lame_3.100.bb
@@ -3,14 +3,12 @@ HOMEPAGE = "http://lame.sourceforge.net/"
3BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290" 3BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
4SECTION = "console/utils" 4SECTION = "console/utils"
5LICENSE = "LGPLv2+" 5LICENSE = "LGPLv2+"
6LICENSE_FLAGS = "commercial"
7
8DEPENDS = "ncurses gettext-native"
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
11 file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \ 7 file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \
12" 8"
13 9
10DEPENDS = "ncurses gettext-native"
11
14SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \ 12SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
15 file://no-gtk1.patch \ 13 file://no-gtk1.patch \
16 " 14 "