diff options
author | Mingde (Matthew) Zeng <matthew.zeng@windriver.com> | 2020-01-13 15:46:57 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-13 18:34:32 -0800 |
commit | 9cce740df27e57faa598f6f4f27b299a4e8c081d (patch) | |
tree | 47512cd64b258dd5578d90e13be264afed911176 /meta-oe/recipes-support | |
parent | 0e18982b1a291dd97c65950f3d7e3d0eb32ac065 (diff) | |
download | meta-openembedded-9cce740df27e57faa598f6f4f27b299a4e8c081d.tar.gz |
poppler/poppler-data: Add HOMEPAGE tags
Add HOMEPAGE tags missing in the poppler and poppler-data recipes.
Signed-off-by: Matthew Zeng <Matthew.Zeng@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler-data_0.4.9.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.84.0.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.9.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.9.bb index b2af097154..eda3f7ecdc 100644 --- a/meta-oe/recipes-support/poppler/poppler-data_0.4.9.bb +++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.9.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SUMMARY = "Encoding files for Poppler" | 1 | SUMMARY = "Encoding files for Poppler" |
2 | DESCRIPTION = "Encoding files for use with poppler that enable poppler to \ | 2 | DESCRIPTION = "Encoding files for use with poppler that enable poppler to \ |
3 | correctly render CJK and Cyrrilic." | 3 | correctly render CJK and Cyrrilic." |
4 | HOMEPAGE = "https://poppler.freedesktop.org/" | ||
4 | LICENSE = "BSD & GPLv2 & GPLv3+" | 5 | LICENSE = "BSD & GPLv2 & GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \ |
6 | file://COPYING.adobe;md5=63c6a8a9df204c00461fa5f163d8a663 \ | 7 | file://COPYING.adobe;md5=63c6a8a9df204c00461fa5f163d8a663 \ |
diff --git a/meta-oe/recipes-support/poppler/poppler_0.84.0.bb b/meta-oe/recipes-support/poppler/poppler_0.84.0.bb index 0f3e505717..5153868b68 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.84.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.84.0.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Poppler is a PDF rendering library based on the xpdf-3.0 code base" | 1 | SUMMARY = "Poppler is a PDF rendering library based on the xpdf-3.0 code base" |
2 | HOMEPAGE = "https://poppler.freedesktop.org/" | ||
2 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 5 | ||