summaryrefslogtreecommitdiff
path: root/recipes/librtmp.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-01-28 17:20:36 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2019-02-04 18:49:30 +0000
commit24fa840854a56d67e0324a460db3bbea8928ec32 (patch)
treeff2ef77edea845ff8fb62e4e30dce8d74949366f /recipes/librtmp.recipe
parent3e9e273aa619ee13a7c440ddfb963a803a1eb561 (diff)
licenses: Fix a couple of licenses and remove unused enums
freetype: You have to pick between FTL and GPLv2 frei0r-plugins: It's GPLv2+, not LGPL openssl: Obviously, OpenSSL not BSD harfbuzz: Actually BSD, not LGPLv2+ lame: transitioned to LGPL2, no longer GPL nettle/gmp: licensed under all three licenses osx-framework: No license, just copying of files from other recipes gst-shell, vsintegration, etc: Match with gstreamer's license toolchain: All LGPLv2+, GPLv2+, or GPLv3+ other recipes: verified by `diff -uw` on license Remove most unused license enums, except Proprietary
Diffstat (limited to 'recipes/librtmp.recipe')
-rw-r--r--recipes/librtmp.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/librtmp.recipe b/recipes/librtmp.recipe
index 09b4e29b..76b237fd 100644
--- a/recipes/librtmp.recipe
+++ b/recipes/librtmp.recipe
@@ -9,7 +9,8 @@ class Recipe(recipe.Recipe):
btype = BuildType.MAKEFILE
url = 'https://gstreamer.freedesktop.org/data/src/mirror/rtmpdump-2.4_p20151223.tar.gz'
tarball_checksum = 'b066f2583fd20aeb7b9c48535027e28026f8a38bc00d446fc81e09a597f38654'
- licenses = [License.LGPLv2_1]
+ # Binaries are GPLv2+, but we don't distribute them
+ licenses = [License.LGPLv2_1Plus]
srcdir = 'librtmp'
tarball_dirname = 'rtmpdump-%(version)s'
patches = [name + '/0001-Fix-support-for-cross-compilation.patch',