mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
@@ -3,14 +3,12 @@ HOMEPAGE = "http://lame.sourceforge.net/"
|
||||
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "LGPLv2+"
|
||||
LICENSE_FLAGS = "commercial"
|
||||
|
||||
DEPENDS = "ncurses gettext-native"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
|
||||
file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \
|
||||
"
|
||||
|
||||
DEPENDS = "ncurses gettext-native"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
|
||||
file://no-gtk1.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user