projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1411ec
)
libiio: fix legal info
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 1 Jun 2016 18:22:40 +0000
(20:22 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 1 Jun 2016 18:22:40 +0000
(20:22 +0200)
Fixes:
http://autobuild.buildroot.org/results/778/
7789da71553bb633cbea6db83faeee061155b9f8
/
The license file is now called COPYING.txt.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libiio/libiio.mk
patch
|
blob
|
history
diff --git
a/package/libiio/libiio.mk
b/package/libiio/libiio.mk
index e5edb5c39f1e97d28111edb6f5bb7a370714c730..6479e6f8065344991cdfce60e0f65d1fb52a1134 100644
(file)
--- a/
package/libiio/libiio.mk
+++ b/
package/libiio/libiio.mk
@@
-8,7
+8,7
@@
LIBIIO_VERSION = 0.6
LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION))
LIBIIO_INSTALL_STAGING = YES
LIBIIO_LICENSE = LGPLv2.1+
-LIBIIO_LICENSE_FILES = COPYING
+LIBIIO_LICENSE_FILES = COPYING
.txt
LIBIIO_CONF_OPTS = -DENABLE_IPV6=ON \
-DWITH_LOCAL_BACKEND=$(if $(BR2_PACKAGE_LIBIIO_LOCAL_BACKEND),ON,OFF) \