diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-14 10:11:03 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-15 22:03:32 +0100 |
commit | 643e1f4c58109ae8ff4be9db3efd0c4a8809a733 (patch) | |
tree | 96fd774ce6d72f9824c5586d2e6f086f9fbff0c5 | |
parent | d332c0c1d45c0b45d9fb1244920f3ef9c17e5929 (diff) | |
download | buildroot-643e1f4c58109ae8ff4be9db3efd0c4a8809a733.tar.gz buildroot-643e1f4c58109ae8ff4be9db3efd0c4a8809a733.zip |
bluez_utils: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/bluez_utils/bluez_utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk index 6327a2824b..c2e8295154 100644 --- a/package/bluez_utils/bluez_utils.mk +++ b/package/bluez_utils/bluez_utils.mk @@ -11,7 +11,7 @@ BLUEZ_UTILS_INSTALL_STAGING = YES BLUEZ_UTILS_DEPENDENCIES = dbus libglib2 BLUEZ_UTILS_CONF_OPTS = --enable-test --enable-tools BLUEZ_UTILS_AUTORECONF = YES -BLUEZ_UTILS_LICENSE = GPLv2+ LGPLv2.1+ +BLUEZ_UTILS_LICENSE = GPLv2+, LGPLv2.1+ BLUEZ_UTILS_LICENSE_FILES = COPYING COPYING.LIB # BlueZ 3.x compatibility |