All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] mpg123: remove LICENSE_FLAGS
@ 2018-04-27  5:53 kai.kang
  2018-04-27  5:53 ` [PATCH 1/1] " kai.kang
  2018-04-27  7:26 ` [PATCH] lame: " kai.kang
  0 siblings, 2 replies; 3+ messages in thread
From: kai.kang @ 2018-04-27  5:53 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

The following changes since commit b6bc5b2840246ac0f0e5d8cebcdffc1a0ca2518f:

  bitbake: toaster: add 'Sumo' to release selection (2018-04-26 11:43:26 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/mpg123
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/mpg123

Kai Kang (1):
  mpg123: remove LICENSE_FLAGS

 meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb | 1 -
 1 file changed, 1 deletion(-)

-- 
2.14.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] mpg123: remove LICENSE_FLAGS
  2018-04-27  5:53 [PATCH 0/1] mpg123: remove LICENSE_FLAGS kai.kang
@ 2018-04-27  5:53 ` kai.kang
  2018-04-27  7:26 ` [PATCH] lame: " kai.kang
  1 sibling, 0 replies; 3+ messages in thread
From: kai.kang @ 2018-04-27  5:53 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

mgp123 is patent free from version 1.25.0, so remove LICENSE_FLAGS.

https://mpg123.de/cgi-bin/news.cgi#2017-05-29

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb b/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
index 929069ab49..ff2b7d893b 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
@@ -7,7 +7,6 @@ BUGTRACKER = "http://sourceforge.net/p/mpg123/bugs/"
 SECTION = "multimedia"
 
 LICENSE = "LGPLv2.1"
-LICENSE_FLAGS = "commercial"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
 
 SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] lame: remove LICENSE_FLAGS
  2018-04-27  5:53 [PATCH 0/1] mpg123: remove LICENSE_FLAGS kai.kang
  2018-04-27  5:53 ` [PATCH 1/1] " kai.kang
@ 2018-04-27  7:26 ` kai.kang
  1 sibling, 0 replies; 3+ messages in thread
From: kai.kang @ 2018-04-27  7:26 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

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

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-multimedia/lame/lame_3.100.bb | 6 ++----
 1 file 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/"
 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 \
            "
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-27  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  5:53 [PATCH 0/1] mpg123: remove LICENSE_FLAGS kai.kang
2018-04-27  5:53 ` [PATCH 1/1] " kai.kang
2018-04-27  7:26 ` [PATCH] lame: " kai.kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.