diff options
author | Kai Kang <kai.kang@windriver.com> | 2018-04-27 15:26:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:05 +0100 |
commit | a2497756003270a75ba3ec24c5aa363ad578d38e (patch) | |
tree | b811ed0f149d8c6edfbabc02a4867f1ba9efbc20 /meta/recipes-multimedia/lame | |
parent | d336110b9409d4a8c329d99e18cf23059048741c (diff) | |
download | poky-a2497756003270a75ba3ec24c5aa363ad578d38e.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: ef98095cabeb54bd86c2cb78229a1180c7403d4d)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/lame')
-rw-r--r-- | meta/recipes-multimedia/lame/lame_3.100.bb | 6 |
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/" | |||
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290" | 3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "LGPLv2+" | 5 | LICENSE = "LGPLv2+" |
6 | LICENSE_FLAGS = "commercial" | ||
7 | |||
8 | DEPENDS = "ncurses gettext-native" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \ | 6 | LIC_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 | ||
10 | DEPENDS = "ncurses gettext-native" | ||
11 | |||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \ |
15 | file://no-gtk1.patch \ | 13 | file://no-gtk1.patch \ |
16 | " | 14 | " |