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-support/ncp | |
| 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-support/ncp')
| -rw-r--r-- | meta-networking/recipes-support/ncp/libowfat_0.32.bb | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-support/ncp/ncp_1.2.4.bb | 2 |
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 | |||
| 3 | Bernstein's software (libdjb), reimplemented and covered by the GNU \ | 3 | Bernstein's software (libdjb), reimplemented and covered by the GNU \ |
| 4 | General Public License Version 2 (no later versions)." | 4 | General Public License Version 2 (no later versions)." |
| 5 | HOMEPAGE = "http://www.fefe.de/libowfat" | 5 | HOMEPAGE = "http://www.fefe.de/libowfat" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://www.fefe.de/${BPN}/${BP}.tar.xz \ | 9 | SRC_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 | |||
| 3 | security or integrity checking, no throttling, no features, except \ | 3 | security or integrity checking, no throttling, no features, except \ |
| 4 | one: you don't have to type the coordinates of your peer." | 4 | one: you don't have to type the coordinates of your peer." |
| 5 | HOMEPAGE = "http://www.fefe.de/ncp" | 5 | HOMEPAGE = "http://www.fefe.de/ncp" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
| 8 | DEPENDS = "libowfat" | 8 | DEPENDS = "libowfat" |
| 9 | 9 | ||
