summaryrefslogtreecommitdiffstats
path: root/package/bluez_utils
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-29 08:23:50 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-29 23:15:57 +0100
commitb0978d6a1400fdc68aeabf649b3eef08d833cea6 (patch)
tree9229638b6539b347b3f3b27300c5813e04e0d879 /package/bluez_utils
parent9b48690efb592ae17c9dd5a7db7b5ecebed09100 (diff)
downloadbuildroot-novena-b0978d6a1400fdc68aeabf649b3eef08d833cea6.tar.gz
buildroot-novena-b0978d6a1400fdc68aeabf649b3eef08d833cea6.zip
bluez_utils: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bluez_utils')
-rw-r--r--package/bluez_utils/bluez_utils.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk
index 643b1fe5b..89e88e727 100644
--- a/package/bluez_utils/bluez_utils.mk
+++ b/package/bluez_utils/bluez_utils.mk
@@ -11,6 +11,8 @@ BLUEZ_UTILS_INSTALL_STAGING = YES
BLUEZ_UTILS_DEPENDENCIES = dbus libglib2
BLUEZ_UTILS_CONF_OPT = --enable-test --enable-tools
BLUEZ_UTILS_AUTORECONF = YES
+BLUEZ_UTILS_LICENSE = GPLv2+ LGPLv2.1+
+BLUEZ_UTILS_LICENSE_FILES = COPYING COPYING.LIB
# BlueZ 3.x compatibility
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS_COMPAT),y)