projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4c73b
)
libvorbis: add license information
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 21 Jan 2013 11:29:49 +0000
(11:29 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 21 Jan 2013 22:52:21 +0000
(23:52 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libvorbis/libvorbis.mk
patch
|
blob
|
history
diff --git
a/package/libvorbis/libvorbis.mk
b/package/libvorbis/libvorbis.mk
index c8ff213a187fc660fa52f67bf5aa3d679664500e..ace8147c9c42c7828fe0cba247248b26eafceb71 100644
(file)
--- 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))