From 6cf3abb33eed9bdbd4b5db92bfd009b64ec23f85 Mon Sep 17 00:00:00 2001
From: Daniel Engberg <daniel.engberg.lists@pyret.net>
Date: Fri, 14 Jul 2017 01:45:58 +0200
Subject: sound/lame: Update as MP3 isn't covered by patents

In April Technicolor's and Fraunhofer IIS's patents and mp3 licensing
programs has been expired and/or terminated.

Sources:
https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html
https://en.wikipedia.org/wiki/MP3#Licensing.2C_ownership_and_legislation

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
---
 sound/lame/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/lame/Makefile b/sound/lame/Makefile
index 41a90f7d5..99cf7c79b 100644
--- a/sound/lame/Makefile
+++ b/sound/lame/Makefile
@@ -30,7 +30,6 @@ define Package/lame/Default
   SECTION:=sound
   CATEGORY:=Sound
   URL:=http://sourceforge.net/projects/lame
-  DEPENDS:=@BUILD_PATENTED
 endef
 
 define Package/lame
-- 
cgit v1.2.3