diff options
author | 2015-11-19 19:14:18 -0300 | |
---|---|---|
committer | 2015-11-26 22:38:34 +0100 | |
commit | f35b108b1eaaa736fa6da3c4a50d309dfda6a2c9 (patch) | |
tree | d76d0e5de5e07d8d87de074a316707bde3a361b5 | |
parent | a32ca7668ad80ad55c0651c0066ffd9cde0d8099 (diff) | |
download | buildroot-f35b108b1eaaa736fa6da3c4a50d309dfda6a2c9.tar.gz buildroot-f35b108b1eaaa736fa6da3c4a50d309dfda6a2c9.tar.bz2 |
gst-plugins-base: add legal info
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/gstreamer/gst-plugins-base/gst-plugins-base.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gstreamer/gst-plugins-base/gst-plugins-base.mk b/package/gstreamer/gst-plugins-base/gst-plugins-base.mk index 08733d172b..e1374ed801 100644 --- a/package/gstreamer/gst-plugins-base/gst-plugins-base.mk +++ b/package/gstreamer/gst-plugins-base/gst-plugins-base.mk @@ -8,6 +8,8 @@ GST_PLUGINS_BASE_VERSION = 0.10.36 GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.xz GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base GST_PLUGINS_BASE_INSTALL_STAGING = YES +GST_PLUGINS_BASE_LICENSE = GPLv2+, LGPLv2+ +GST_PLUGINS_BASE_LICENSE_FILES = COPYING COPYING.LIB # freetype is only used by examples, but if it is not found # and the host has a freetype-config script, then the host |