summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ncp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 00:45:46 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:45 -0800
commit7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (patch)
treee3007a174a96c6a9ed02de12bd0c17696093aa90 /meta-networking/recipes-support/ncp
parent4b50fb02cc043d93b3b86144894d8ed95268b19e (diff)
downloadmeta-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-support/ncp')
-rw-r--r--meta-networking/recipes-support/ncp/libowfat_0.32.bb2
-rw-r--r--meta-networking/recipes-support/ncp/ncp_1.2.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ncp/libowfat_0.32.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
index 4e67f6c91b..94f36f904a 100644
--- a/meta-networking/recipes-support/ncp/libowfat_0.32.bb
+++ b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "libowfat is a library of general purpose APIs extracted from Dan
3Bernstein's software (libdjb), reimplemented and covered by the GNU \ 3Bernstein's software (libdjb), reimplemented and covered by the GNU \
4General Public License Version 2 (no later versions)." 4General Public License Version 2 (no later versions)."
5HOMEPAGE = "http://www.fefe.de/libowfat" 5HOMEPAGE = "http://www.fefe.de/libowfat"
6LICENSE = "GPLv2" 6LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 7LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
8 8
9SRC_URI = "https://www.fefe.de/${BPN}/${BP}.tar.xz \ 9SRC_URI = "https://www.fefe.de/${BPN}/${BP}.tar.xz \
diff --git a/meta-networking/recipes-support/ncp/ncp_1.2.4.bb b/meta-networking/recipes-support/ncp/ncp_1.2.4.bb
index a2f0ccc069..516beede5f 100644
--- a/meta-networking/recipes-support/ncp/ncp_1.2.4.bb
+++ b/meta-networking/recipes-support/ncp/ncp_1.2.4.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "ncp is a utility for copying files in a LAN. It has absolutely no
3security or integrity checking, no throttling, no features, except \ 3security or integrity checking, no throttling, no features, except \
4one: you don't have to type the coordinates of your peer." 4one: you don't have to type the coordinates of your peer."
5HOMEPAGE = "http://www.fefe.de/ncp" 5HOMEPAGE = "http://www.fefe.de/ncp"
6LICENSE = "GPLv2" 6LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 7LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
8DEPENDS = "libowfat" 8DEPENDS = "libowfat"
9 9