diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:46:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | bd5dcf1b25204eaf689316902b450a67225434bf (patch) | |
tree | 66ca2f14fbf63926e646ab6accd8496c82b3da4a /meta-perl/recipes-perl/po4a | |
parent | 7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (diff) | |
download | meta-openembedded-bd5dcf1b25204eaf689316902b450a67225434bf.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/po4a')
-rw-r--r-- | meta-perl/recipes-perl/po4a/po4a_0.49.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb index d7a97dd90..679ea0fb4 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \ | |||
3 | (and more interestingly, the maintenance of translations) using gettext tools \ | 3 | (and more interestingly, the maintenance of translations) using gettext tools \ |
4 | on areas where they were not expected like documentation." | 4 | on areas where they were not expected like documentation." |
5 | HOMEPAGE = "https://po4a.alioth.debian.org" | 5 | HOMEPAGE = "https://po4a.alioth.debian.org" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master" |