From: Gustavo Zacarias Date: Mon, 21 Jan 2013 11:29:49 +0000 (+0000) Subject: libvorbis: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a016d2148816961b27bbe05bd869024fccf02f7;p=buildroot.git libvorbis: add license information Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libvorbis/libvorbis.mk b/package/libvorbis/libvorbis.mk index c8ff213a18..ace8147c9c 100644 --- a/package/libvorbis/libvorbis.mk +++ b/package/libvorbis/libvorbis.mk @@ -8,9 +8,9 @@ LIBVORBIS_VERSION = 1.3.3 LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.gz LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS-SOURCE) LIBVORBIS_INSTALL_STAGING = YES - LIBVORBIS_CONF_OPT = --disable-oggtest - LIBVORBIS_DEPENDENCIES = host-pkgconf libogg +LIBVORBIS_LICENSE = BSD-3c +LIBVORBIS_LICENSE_FILES = COPYING $(eval $(autotools-package))