diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:45:46 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
| commit | 7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (patch) | |
| tree | e3007a174a96c6a9ed02de12bd0c17696093aa90 /meta-networking/recipes-connectivity | |
| parent | 4b50fb02cc043d93b3b86144894d8ed95268b19e (diff) | |
| download | meta-openembedded-7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8.tar.gz | |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
24 files changed, 24 insertions, 24 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb index 074292b43b..b9fefa8589 100644 --- a/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb +++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \ | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | LICENSE = "LGPLv2+" | 16 | LICENSE = "LGPL-2.0-or-later" |
| 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
| 18 | 18 | ||
| 19 | inherit autotools xmlcatalog | 19 | inherit autotools xmlcatalog |
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.2.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.2.3.bb index df496c3683..a16bcf77a5 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.2.3.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.2.3.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager" | 1 | DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager" |
| 2 | LICENSE = "GPLv3" | 2 | LICENSE = "GPL-3.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 4 | 4 | ||
| 5 | DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native" | 5 | DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native" |
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb index 9bf2eed78b..ba5d9ac0e6 100644 --- a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb +++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Python interface to Bluetooth LE on Linux" | 1 | DESCRIPTION = "Python interface to Bluetooth LE on Linux" |
| 2 | HOMEPAGE = "https://github.com/IanHarvey/bluepy" | 2 | HOMEPAGE = "https://github.com/IanHarvey/bluepy" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "GPLv2 & PD" | 4 | LICENSE = "GPL-2.0-only & PD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" |
| 6 | DEPENDS = "glib-2.0" | 6 | DEPENDS = "glib-2.0" |
| 7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" | 7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" |
diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb index 86b6577721..f34c73c173 100644 --- a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb +++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "a SocketCAN over Ethernet tunnel" | 1 | SUMMARY = "a SocketCAN over Ethernet tunnel" |
| 2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" | 2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master" |
| 6 | SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4" | 6 | SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4" |
diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb index 8e5ee66a2a..14d809f518 100644 --- a/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb +++ b/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "The dump DAQ test the various inline mode features " | 1 | SUMMARY = "The dump DAQ test the various inline mode features " |
| 2 | HOMEPAGE = "http://www.snort.org" | 2 | HOMEPAGE = "http://www.snort.org" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0" |
| 6 | 6 | ||
| 7 | PARALLEL_MAKE = "" | 7 | PARALLEL_MAKE = "" |
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb index 8c74c3954e..bdda35a24b 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Dibbler DHCPv6 client" | |||
| 2 | DESCRIPTION = "Dibbler is a portable DHCPv6 implementation. It supports stateful as well as stateless autoconfiguration for IPv6." | 2 | DESCRIPTION = "Dibbler is a portable DHCPv6 implementation. It supports stateful as well as stateless autoconfiguration for IPv6." |
| 3 | HOMEPAGE = "http://klub.com.pl/dhcpv6" | 3 | HOMEPAGE = "http://klub.com.pl/dhcpv6" |
| 4 | 4 | ||
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3" |
| 7 | 7 | ||
| 8 | SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf" | 8 | SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf" |
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb b/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb index 51e220c9e7..8648f2e0e6 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb +++ b/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "daemon that sends updates when your IP changes" | 1 | SUMMARY = "daemon that sends updates when your IP changes" |
| 2 | HOMEPAGE = "http://sourceforge.net/projects/ez-ipupdate/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/ez-ipupdate/" |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7783169b4be06b54e86730eb01bc3a31" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7783169b4be06b54e86730eb01bc3a31" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://sourceforge.net/projects/ez-ipupdate/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://sourceforge.net/projects/ez-ipupdate/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ |
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb index 7d29bf1ed0..1dea339535 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Dynamic firewall daemon with a D-Bus interface" | |||
| 2 | HOMEPAGE = "https://firewalld.org/" | 2 | HOMEPAGE = "https://firewalld.org/" |
| 3 | BUGTRACKER = "https://github.com/firewalld/firewalld/issues" | 3 | BUGTRACKER = "https://github.com/firewalld/firewalld/issues" |
| 4 | UPSTREAM_CHECK_URI = "https://github.com/firewalld/firewalld/releases" | 4 | UPSTREAM_CHECK_URI = "https://github.com/firewalld/firewalld/releases" |
| 5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ | 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ |
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb index 3e5cca6405..da7e60419e 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb | |||
| @@ -9,7 +9,7 @@ done when adding or deleting new users." | |||
| 9 | SUMMARY = "High-performance and highly configurable RADIUS server" | 9 | SUMMARY = "High-performance and highly configurable RADIUS server" |
| 10 | HOMEPAGE = "http://www.freeradius.org/" | 10 | HOMEPAGE = "http://www.freeradius.org/" |
| 11 | SECTION = "System/Servers" | 11 | SECTION = "System/Servers" |
| 12 | LICENSE = "GPLv2 & LGPLv2+" | 12 | LICENSE = "GPL-2.0-only & LGPL-2.0-or-later" |
| 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" |
| 14 | DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc" | 14 | DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc" |
| 15 | 15 | ||
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb index 9b64388a0f..bf3e18dce7 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "LFTP is a sophisticated file transfer program with \ | |||
| 3 | FISH, SFTP, HTTPS and FTPS protocols" | 3 | FISH, SFTP, HTTPS and FTPS protocols" |
| 4 | HOMEPAGE = "http://lftp.yar.ru/" | 4 | HOMEPAGE = "http://lftp.yar.ru/" |
| 5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
| 6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPL-3.0-only" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2" | 9 | SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2" |
diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb index fa42be62a2..13e0250fa6 100644 --- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb +++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb | |||
| @@ -10,7 +10,7 @@ library for the IEC 61850/MMS, IEC 61850/GOOSE and IEC \ | |||
| 10 | written in C. It is available under the GPLv3 license." | 10 | written in C. It is available under the GPLv3 license." |
| 11 | HOMEPAGE = "http://libiec61850.com" | 11 | HOMEPAGE = "http://libiec61850.com" |
| 12 | SECTION = "console/network" | 12 | SECTION = "console/network" |
| 13 | LICENSE = "GPLv3" | 13 | LICENSE = "GPL-3.0-only" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 15 | DEPENDS = "swig-native python3" | 15 | DEPENDS = "swig-native python3" |
| 16 | SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5" | 16 | SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb index 3c2ab980e5..005ad726f3 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb | |||
| @@ -4,7 +4,7 @@ communication patterns. It aims to make the networking layer fast, scalable, \ | |||
| 4 | and easy to use. Implemented in C, it works on a wide range of operating \ | 4 | and easy to use. Implemented in C, it works on a wide range of operating \ |
| 5 | systems with no further dependencies." | 5 | systems with no further dependencies." |
| 6 | HOMEPAGE = "https://nanomsg.org/" | 6 | HOMEPAGE = "https://nanomsg.org/" |
| 7 | LICENSE = "MIT-X" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755" |
| 9 | 9 | ||
| 10 | SECTION = "libs/networking" | 10 | SECTION = "libs/networking" |
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb index e26649744c..e19fceb4ae 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb | |||
| @@ -7,7 +7,7 @@ tool." | |||
| 7 | HOMEPAGE = "https://netplan.io" | 7 | HOMEPAGE = "https://netplan.io" |
| 8 | SECTION = "net/misc" | 8 | SECTION = "net/misc" |
| 9 | 9 | ||
| 10 | LICENSE = "GPLv3" | 10 | LICENSE = "GPL-3.0-only" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb index 19cac13458..8951d9cd17 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "NetworkManager-openvpn-plugin" | 1 | SUMMARY = "NetworkManager-openvpn-plugin" |
| 2 | SECTION = "net/misc" | 2 | SECTION = "net/misc" |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=100d5a599bead70ddcd70dcd73f2e29c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=100d5a599bead70ddcd70dcd73f2e29c" |
| 6 | 6 | ||
| 7 | DEPENDS = "dbus dbus-glib networkmanager openvpn intltool-native glib-2.0-native" | 7 | DEPENDS = "dbus dbus-glib networkmanager openvpn intltool-native glib-2.0-native" |
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_8.20.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_8.20.bb index d204481164..022ba85a26 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_8.20.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_8.20.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "Open client for Cisco AnyConnect VPN" | 1 | SUMMARY = "Open client for Cisco AnyConnect VPN" |
| 2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPL-2.1-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=8c2e1ec1540fb3e0beb68361344cba7e" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=8c2e1ec1540fb3e0beb68361344cba7e" |
| 4 | 4 | ||
| 5 | SRC_URI = " \ | 5 | SRC_URI = " \ |
diff --git a/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb b/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb index cd4db12c08..67e7c1c615 100644 --- a/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb +++ b/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb | |||
| @@ -8,7 +8,7 @@ DESCRIPTION = "The rdate utility retrieves the date and time from \ | |||
| 8 | HOMEPAGE= "https://www.aelius.com/njh/rdate/" | 8 | HOMEPAGE= "https://www.aelius.com/njh/rdate/" |
| 9 | SECTION = "Applications/System" | 9 | SECTION = "Applications/System" |
| 10 | 10 | ||
| 11 | LICENSE = "GPLv2" | 11 | LICENSE = "GPL-2.0-only" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 13 | 13 | ||
| 14 | SRC_URI = "https://www.aelius.com/njh/${BPN}/${BP}.tar.gz \ | 14 | SRC_URI = "https://www.aelius.com/njh/${BPN}/${BP}.tar.gz \ |
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb index 1dd50f6e12..1da18d7ca0 100644 --- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb +++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | DESCRIPTION = "Layer 3 relay daemon" | 1 | DESCRIPTION = "Layer 3 relay daemon" |
| 2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2" | 4 | LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2" |
| 5 | 5 | ||
| 6 | DEPENDS = "libubox" | 6 | DEPENDS = "libubox" |
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb index 84eee44195..dc6e4b5e16 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | HOMEPAGE = "https://www.samba.org/" | 1 | HOMEPAGE = "https://www.samba.org/" |
| 2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
| 3 | 3 | ||
| 4 | LICENSE = "GPL-3.0+ & LGPL-3.0+ & GPL-2.0+" | 4 | LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 6 | file://${COREBASE}/meta/files/common-licenses/LGPL-3.0-or-later;md5=c51d3eef3be114124d11349ca0d7e117 \ | 6 | file://${COREBASE}/meta/files/common-licenses/LGPL-3.0-or-later;md5=c51d3eef3be114124d11349ca0d7e117 \ |
| 7 | file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" | 7 | file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" |
diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb index 744e782064..4e3c157713 100644 --- a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb +++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "set Linux HDLC packet radio modem driver port information" | 1 | DESCRIPTION = "set Linux HDLC packet radio modem driver port information" |
| 2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc" | 2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc" |
| 3 | SECTION = "comm" | 3 | SECTION = "comm" |
| 4 | LICENSE = "GPLv2 & GPLv2+ " | 4 | LICENSE = "GPL-2.0-only & GPL-2.0-or-later " |
| 5 | LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb" | 5 | LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb" |
| 6 | 6 | ||
| 7 | 7 | ||
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.19.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.19.bb index 9c479d2200..26b335dbd5 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.19.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.19.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "snort - a free lightweight network intrusion detection system for UNIX and Windows." | 1 | DESCRIPTION = "snort - a free lightweight network intrusion detection system for UNIX and Windows." |
| 2 | HOMEPAGE = "http://www.snort.org/" | 2 | HOMEPAGE = "http://www.snort.org/" |
| 3 | SECTION = "net" | 3 | SECTION = "net" |
| 4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" |
| 6 | 6 | ||
| 7 | DEPENDS = "xz libpcap libpcre daq libdnet util-linux daq-native libtirpc bison-native" | 7 | DEPENDS = "xz libpcap libpcre daq libdnet util-linux daq-native libtirpc bison-native" |
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb index c6beedf02c..c427e4ffde 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb | |||
| @@ -5,7 +5,7 @@ managing a netfilter firewall. It provides a command line interface and aims \ | |||
| 5 | to be uncomplicated and easy to use." | 5 | to be uncomplicated and easy to use." |
| 6 | HOMEPAGE = "https://launchpad.net/ufw" | 6 | HOMEPAGE = "https://launchpad.net/ufw" |
| 7 | SECTION = "net" | 7 | SECTION = "net" |
| 8 | LICENSE = "GPLv3" | 8 | LICENSE = "GPL-3.0-only" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
| 10 | 10 | ||
| 11 | SRC_URI = "https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz \ | 11 | SRC_URI = "https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz \ |
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 8f899e62de..035d4946f1 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "VLAN provides vconfig utility" | 1 | SUMMARY = "VLAN provides vconfig utility" |
| 2 | HOMEPAGE = "http://www.candelatech.com/~greear/vlan.html" | 2 | HOMEPAGE = "http://www.candelatech.com/~greear/vlan.html" |
| 3 | SECTION = "misc" | 3 | SECTION = "misc" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a" | 5 | LIC_FILES_CHKSUM = "file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/vlan/1.9-3ubuntu10.6/${BPN}_${PV}.orig.tar.gz \ | 7 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/vlan/1.9-3ubuntu10.6/${BPN}_${PV}.orig.tar.gz \ |
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 421ebaa969..adc2a72eeb 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A client for the Cisco3000 VPN Concentrator" | |||
| 2 | HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" | 2 | HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" |
| 3 | AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" | 3 | AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" |
| 4 | SECTION = "net" | 4 | SECTION = "net" |
| 5 | LICENSE = "GPL-2.0+" | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" |
| 7 | 7 | ||
| 8 | DEPENDS += "libgcrypt" | 8 | DEPENDS += "libgcrypt" |
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.2.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.2.0.bb index a597fb3ccd..78a24bcddd 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.2.0.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.2.0.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \ | |||
| 6 | HOMEPAGE = "https://www.wolfssl.com/products/wolfssl" | 6 | HOMEPAGE = "https://www.wolfssl.com/products/wolfssl" |
| 7 | BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues" | 7 | BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues" |
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPL-2.0-only" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 11 | 11 | ||
| 12 | PROVIDES += "cyassl" | 12 | PROVIDES += "cyassl" |
