summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/gattlib/gattlib_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb2
-rw-r--r--meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb2
-rw-r--r--meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_1.25.bb2
-rw-r--r--meta-oe/recipes-connectivity/libev/libev_4.33.bb2
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb2
-rw-r--r--meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb2
-rw-r--r--meta-oe/recipes-connectivity/libndp/libndp_1.8.bb2
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.1.bb2
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb2
-rw-r--r--meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb2
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb2
-rw-r--r--meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb2
-rw-r--r--meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb2
-rw-r--r--meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb2
-rw-r--r--meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb2
-rw-r--r--meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/transmission/transmission_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb2
-rw-r--r--meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb2
-rw-r--r--meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb2
-rw-r--r--meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb2
-rw-r--r--meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb2
30 files changed, 30 insertions, 30 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb
index ce78fdeb19..aa52f62572 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb
@@ -1,6 +1,6 @@
1SUMMARY = "GNU All Mobile Managment Utilities" 1SUMMARY = "GNU All Mobile Managment Utilities"
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5HOMEPAGE = "https://wammu.eu/" 5HOMEPAGE = "https://wammu.eu/"
6 6
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
index 3fe4c9404c..1ba7dd4afc 100644
--- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
+++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Bluetooth library with attribute support" 1DESCRIPTION = "Bluetooth library with attribute support"
2SECTION = "libs/network" 2SECTION = "libs/network"
3 3
4LICENSE = "GPL-2.0+ | BSD-3-Clause" 4LICENSE = "GPL-2.0-or-later | BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://CMakeLists.txt;beginline=1;endline=6;md5=71fdd2be76b4e95fe28324a70d4981c5" 5LIC_FILES_CHKSUM = "file://CMakeLists.txt;beginline=1;endline=6;md5=71fdd2be76b4e95fe28324a70d4981c5"
6 6
7DEPENDS = "bluez5 glib-2.0" 7DEPENDS = "bluez5 glib-2.0"
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb
index 876cf1375d..a6e0075538 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc" 1SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"
2HOMEPAGE = "https://github.com/cminyard/gensio" 2HOMEPAGE = "https://github.com/cminyard/gensio"
3LICENSE = "GPL-2.0 & LGPL-2.1" 3LICENSE = "GPL-2.0-only & LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \ 4LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
5 file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \ 5 file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
6 " 6 "
diff --git a/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb b/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb
index 3e6a01de87..62651bc308 100644
--- a/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb
+++ b/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device \ 1DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device \
2when a cable is plugged in and automatically unconfigure it if the cable is pulled." 2when a cable is plugged in and automatically unconfigure it if the cable is pulled."
3HOMEPAGE = "http://0pointer.de/lennart/projects/ifplugd/" 3HOMEPAGE = "http://0pointer.de/lennart/projects/ifplugd/"
4LICENSE = "GPLv2" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
6 6
7DEPENDS = "libdaemon" 7DEPENDS = "libdaemon"
diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb
index bb476ca717..b0fde5ed14 100644
--- a/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb
+++ b/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb
@@ -1,6 +1,6 @@
1SUMMARY = "ncurses IRC client" 1SUMMARY = "ncurses IRC client"
2DESCRIPTION = "Irssi is an ncurses IRC client" 2DESCRIPTION = "Irssi is an ncurses IRC client"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8" 4LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
5 5
6DEPENDS = "glib-2.0 ncurses openssl" 6DEPENDS = "glib-2.0 ncurses openssl"
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.25.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.25.bb
index 055c689215..a89ac3d90f 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.25.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.25.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Wireless daemon for Linux" 1SUMMARY = "Wireless daemon for Linux"
2HOMEPAGE = "https://iwd.wiki.kernel.org/" 2HOMEPAGE = "https://iwd.wiki.kernel.org/"
3LICENSE = "LGPL-2.1" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
5 5
6DEPENDS = "ell" 6DEPENDS = "ell"
diff --git a/meta-oe/recipes-connectivity/libev/libev_4.33.bb b/meta-oe/recipes-connectivity/libev/libev_4.33.bb
index 528b4e8b19..346e78b1de 100644
--- a/meta-oe/recipes-connectivity/libev/libev_4.33.bb
+++ b/meta-oe/recipes-connectivity/libev/libev_4.33.bb
@@ -1,7 +1,7 @@
1SUMMARY = "A full-featured and high-performance event loop that is loosely \ 1SUMMARY = "A full-featured and high-performance event loop that is loosely \
2modelled after libevent." 2modelled after libevent."
3HOMEPAGE = "http://software.schmorp.de/pkg/libev.html" 3HOMEPAGE = "http://software.schmorp.de/pkg/libev.html"
4LICENSE = "BSD-2-Clause | GPL-2.0+" 4LICENSE = "BSD-2-Clause | GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d6ad416afd040c90698edcdf1cbee347" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d6ad416afd040c90698edcdf1cbee347"
6 6
7SRC_URI = "http://dist.schmorp.de/libev/Attic/${BP}.tar.gz" 7SRC_URI = "http://dist.schmorp.de/libev/Attic/${BP}.tar.gz"
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb
index 4d873d4d90..41b8d94a03 100644
--- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb
+++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb
@@ -1,5 +1,5 @@
1SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux" 1SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
2LICENSE = "GPLv2 & LGPLv2.1" 2LICENSE = "GPL-2.0-only & LGPL-2.1-only"
3LIC_FILES_CHKSUM = "\ 3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ 4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \ 5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb
index 5cd2a7e074..66d55f9c0e 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb
@@ -1,7 +1,7 @@
1SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol" 1SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol"
2DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol" 2DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/" 3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
4LICENSE = "GPLv2 & LGPLv2.1" 4LICENSE = "GPL-2.0-only & LGPL-2.1-only"
5LIC_FILES_CHKSUM = " \ 5LIC_FILES_CHKSUM = " \
6 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 6 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ 7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb
index 7e3f91a419..8a27cf9b90 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb
@@ -6,7 +6,7 @@ Protocol (MTP) in the form of a library suitable primarily for POSIX \
6compliant operating systems" 6compliant operating systems"
7SUMMARY = "libmtp is an Initiator implementation of the Media Transfer Protocol (MTP)" 7SUMMARY = "libmtp is an Initiator implementation of the Media Transfer Protocol (MTP)"
8HOMEPAGE = "http://libmtp.sourceforge.net/" 8HOMEPAGE = "http://libmtp.sourceforge.net/"
9LICENSE = "LGPL-2.1+" 9LICENSE = "LGPL-2.1-or-later"
10LIC_FILES_CHKSUM = "\ 10LIC_FILES_CHKSUM = "\
11 file://COPYING;md5=0448d3676bc0de00406af227d341a4d1 \ 11 file://COPYING;md5=0448d3676bc0de00406af227d341a4d1 \
12 file://src/ptp.c;beginline=3;endline=22;md5=303cc4422fd549ef8689aded20434a9a \ 12 file://src/ptp.c;beginline=3;endline=22;md5=303cc4422fd549ef8689aded20434a9a \
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb
index 06fd0f769a..4d4d3e51cd 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Library for IPv6 Neighbor Discovery Protocol" 1SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
2HOMEPAGE = "http://libndp.org/" 2HOMEPAGE = "http://libndp.org/"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \ 6SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index 1c3419c6d9..2fa24b29b3 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \ 1DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \
2with a focus on high performance and good code." 2with a focus on high performance and good code."
3HOMEPAGE = "http://libtorrent.rakshasa.no/" 3HOMEPAGE = "http://libtorrent.rakshasa.no/"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6 6
7DEPENDS = "zlib libsigc++-2.0 openssl cppunit" 7DEPENDS = "zlib libsigc++-2.0 openssl cppunit"
diff --git a/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.1.bb b/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.1.bb
index f3dc5d15d4..9c0f56e736 100644
--- a/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.1.bb
+++ b/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.1.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux" 1DESCRIPTION = "Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux"
2HOMEPAGE = "http://linuxptp.sourceforge.net/" 2HOMEPAGE = "http://linuxptp.sourceforge.net/"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "http://sourceforge.net/projects/linuxptp/files/v3.1/linuxptp-${PV}.tgz \ 6SRC_URI = "http://sourceforge.net/projects/linuxptp/files/v3.1/linuxptp-${PV}.tgz \
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
index 4f1430b9ec..7b5eecf54d 100644
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." 1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
2HOMEPAGE = "http://www.loudmouth-project.org/" 2HOMEPAGE = "http://www.loudmouth-project.org/"
3 3
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689" 5LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"
6 6
7DEPENDS = "glib-2.0 libcheck openssl libidn" 7DEPENDS = "glib-2.0 libcheck openssl libidn"
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
index 220c0a8861..0921db5e01 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
@@ -9,7 +9,7 @@ editing of user keystrokes. Mosh is a replacement for SSH. It's more \
9robust and responsive, especially over Wi-Fi, cellular, and \ 9robust and responsive, especially over Wi-Fi, cellular, and \
10long-distance links." 10long-distance links."
11HOMEPAGE = "http://mosh.mit.edu" 11HOMEPAGE = "http://mosh.mit.edu"
12LICENSE = "GPLv3+" 12LICENSE = "GPL-3.0-or-later"
13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14 14
15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" 15DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter"
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
index a181ef0e13..b2a204403e 100644
--- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
+++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality" 1DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality"
2LICENSE = "GPLv2" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4 4
5DEPENDS = "gtk+ dbus-glib dbus-glib-native imagemagick openobex bluez5" 5DEPENDS = "gtk+ dbus-glib dbus-glib-native imagemagick openobex bluez5"
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
index 420d563acd..7348274948 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Openobex project is an open source implementation of the \
2Object Exchange (OBEX) protocol." 2Object Exchange (OBEX) protocol."
3HOMEPAGE = "http://openobex.triq.net" 3HOMEPAGE = "http://openobex.triq.net"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "GPLv2 & LGPLv2.1" 5LICENSE = "GPL-2.0-only & LGPL-2.1-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
7 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 7 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
8" 8"
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
index 9c9c5965ed..f7a98fb61e 100644
--- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
+++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "A tool for transfer files to/from any OBEX enabled device" 1DESCRIPTION = "A tool for transfer files to/from any OBEX enabled device"
2LICENSE = "GPLv2 & PD & LGPLv2.1" 2LICENSE = "GPL-2.0-only & PD & LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://LGPL-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ 3LIC_FILES_CHKSUM = "file://LGPL-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
4 file://GPL-2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 4 file://GPL-2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://License.txt;md5=fcbddc3c1debed80dd80da2d3e5f0dc1 \ 5 file://License.txt;md5=fcbddc3c1debed80dd80da2d3e5f0dc1 \
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb
index ac0e8b7686..c9c0738abe 100644
--- a/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb
+++ b/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Radio enable/disable command line utility" 1SUMMARY = "Radio enable/disable command line utility"
2HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" 2HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "BSD-0-Clause" 4LICENSE = "0BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" 5LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94"
6 6
7SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ 7SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
index 0f3b5e2971..7879324cc6 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Torrent client" 1SUMMARY = "Torrent client"
2HOMEPAGE = "http://libtorrent.rakshasa.no/" 2HOMEPAGE = "http://libtorrent.rakshasa.no/"
3LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" 6DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb
index 63b97d20ba..79d54038eb 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb
@@ -2,7 +2,7 @@ SUMMARY = "A serial to network proxy"
2SECTION = "console/network" 2SECTION = "console/network"
3HOMEPAGE = "http://sourceforge.net/projects/ser2net/" 3HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
4 4
5LICENSE = "GPLv2" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"
7 7
8DEPENDS = "gensio libyaml" 8DEPENDS = "gensio libyaml"
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb
index ca40957531..9e54968633 100644
--- a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb
+++ b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb
@@ -1,7 +1,7 @@
1SUMMARY = "SMS Gateway software" 1SUMMARY = "SMS Gateway software"
2DESCRIPTION = "The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones." 2DESCRIPTION = "The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones."
3SECTION = "console/network" 3SECTION = "console/network"
4LICENSE = "GPLv2" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4d21efa1bb2a186360dde4035f860682" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=4d21efa1bb2a186360dde4035f860682"
6HOMEPAGE = "http://smstools3.kekekasvi.com" 6HOMEPAGE = "http://smstools3.kekekasvi.com"
7 7
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
index e070d1b533..1891eae40d 100644
--- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Telepathy Framework glib-base helper library"
2DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" 2DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" 3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
4DEPENDS = "glib-2.0 dbus hostpython-runtime-native dbus-native dbus-glib libxslt-native" 4DEPENDS = "glib-2.0 dbus hostpython-runtime-native dbus-native dbus-glib libxslt-native"
5LICENSE = "LGPLv2.1+" 5LICENSE = "LGPL-2.1-or-later"
6 6
7SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BP}.tar.gz" 7SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BP}.tar.gz"
8SRC_URI[md5sum] = "cbeb0a24acc26e7f095be281c324da69" 8SRC_URI[md5sum] = "cbeb0a24acc26e7f095be281c324da69"
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
index a8190a480a..039cfc3a89 100644
--- a/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Telepathy IRC connection manager"
2DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." 2DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols."
3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" 3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
4DEPENDS = "glib-2.0 dbus telepathy-glib openssl libxslt-native" 4DEPENDS = "glib-2.0 dbus telepathy-glib openssl libxslt-native"
5LICENSE = "LGPLv2.1" 5LICENSE = "LGPL-2.1-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
7 file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" 7 file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9"
8 8
diff --git a/meta-oe/recipes-connectivity/transmission/transmission_git.bb b/meta-oe/recipes-connectivity/transmission/transmission_git.bb
index e81ec741a1..735db1441e 100644
--- a/meta-oe/recipes-connectivity/transmission/transmission_git.bb
+++ b/meta-oe/recipes-connectivity/transmission/transmission_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Transmission is a fast, easy, and free BitTorrent client" 1DESCRIPTION = "Transmission is a fast, easy, and free BitTorrent client"
2SECTION = "network" 2SECTION = "network"
3HOMEPAGE = "https://transmissionbt.com/" 3HOMEPAGE = "https://transmissionbt.com/"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=73f535ddffcf2a0d3af4f381f84f9b33" 5LIC_FILES_CHKSUM = "file://COPYING;md5=73f535ddffcf2a0d3af4f381f84f9b33"
6 6
7DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native" 7DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native"
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb
index a74b157929..3f4f846f9e 100644
--- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb
+++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." 1DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch."
2HOMEPAGE = "https://github.com/libimobiledevice/usbmuxd" 2HOMEPAGE = "https://github.com/libimobiledevice/usbmuxd"
3LICENSE = "GPLv3 & GPLv2 & LGPLv2.1" 3LICENSE = "GPL-3.0-only & GPL-2.0-only & LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \ 4LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504" 5 file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504"
6 6
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
index c41a1738c5..99e3ccacac 100644
--- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
+++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
@@ -1,7 +1,7 @@
1HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial" 1HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial"
2DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet." 2DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet."
3 3
4LICENSE = "LGPLv2" 4LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" 5LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
6 6
7inherit pkgconfig 7inherit pkgconfig
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
index 5ff8496b83..d73c64661f 100644
--- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
+++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
@@ -1,7 +1,7 @@
1HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams" 1HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
2SUMMARY = "WvStreams is a network programming library in C++" 2SUMMARY = "WvStreams is a network programming library in C++"
3 3
4LICENSE = "LGPLv2" 4LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605"
6 6
7DEPENDS = "zlib openssl (>= 0.9.8) dbus readline" 7DEPENDS = "zlib openssl (>= 0.9.8) dbus readline"
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb
index b5ab15df48..66c80758ce 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb
@@ -17,7 +17,7 @@ organisations with a few servers and for large companies with a \
17multitude of servers." 17multitude of servers."
18HOMEPAGE = "http://www.zabbix.com/" 18HOMEPAGE = "http://www.zabbix.com/"
19SECTION = "Applications/Internet" 19SECTION = "Applications/Internet"
20LICENSE = "GPLv2+" 20LICENSE = "GPL-2.0-or-later"
21LIC_FILES_CHKSUM = "file://COPYING;md5=300e938ad303147fede2294ed78fe02e" 21LIC_FILES_CHKSUM = "file://COPYING;md5=300e938ad303147fede2294ed78fe02e"
22DEPENDS = "libevent libpcre openldap virtual/libiconv zlib" 22DEPENDS = "libevent libpcre openldap virtual/libiconv zlib"
23 23
diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb
index 72fd561dd3..697bc47137 100644
--- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb
+++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework" 1DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
2HOMEPAGE = "http://www.zeromq.org" 2HOMEPAGE = "http://www.zeromq.org"
3LICENSE = "LGPLv3+" 3LICENSE = "LGPL-3.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1" 4LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1"
5 5
6PACKAGECONFIG ??= "libsodium" 6PACKAGECONFIG ??= "libsodium"