diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-10-18 18:13:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-18 20:24:12 -0700 |
commit | 194f6cd8646a96f13dd81eef64291e651bc2396f (patch) | |
tree | 9b8ea457a02e2698ce0315b76a877b013d8adb92 /meta-perl | |
parent | c66ec8776ec6f467937918a114bdefa28ac036a9 (diff) | |
download | meta-openembedded-194f6cd8646a96f13dd81eef64291e651bc2396f.tar.gz |
po4a: remove old recipe
po4a has been failing AUH upgrades for a long time now.
The latest attempt to get ptests working for it can be found at:
https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/po4a_0.69%2bptest
If you care about this recipe, please continue the effort above and get ptests functional.
According to the layerindex, the po4a recipe is not depended upon by any other known recipes:
https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Apo4a
(debsums in meta-oe dynamic-layers will be removed in another commit)
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb | 1 | ||||
-rw-r--r-- | meta-perl/recipes-perl/po4a/po4a_0.49.bb | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb b/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb index 187424b44..2672ab584 100644 --- a/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb +++ b/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb | |||
@@ -79,7 +79,6 @@ RDEPENDS:packagegroup-meta-perl = "\ | |||
79 | libtest-nowarnings-perl \ | 79 | libtest-nowarnings-perl \ |
80 | libtest-warn-perl \ | 80 | libtest-warn-perl \ |
81 | libunicode-linebreak-perl \ | 81 | libunicode-linebreak-perl \ |
82 | po4a \ | ||
83 | " | 82 | " |
84 | 83 | ||
85 | RDEPENDS:packagegroup-meta-perl-extended = "\ | 84 | RDEPENDS:packagegroup-meta-perl-extended = "\ |
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb deleted file mode 100644 index 679ea0fb4..000000000 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | SUMMARY = "PO for anything" | ||
2 | DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \ | ||
3 | (and more interestingly, the maintenance of translations) using gettext tools \ | ||
4 | on areas where they were not expected like documentation." | ||
5 | HOMEPAGE = "https://po4a.alioth.debian.org" | ||
6 | LICENSE = "GPL-2.0-only" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" | ||
8 | |||
9 | SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master" | ||
10 | |||
11 | # v0.49 | ||
12 | SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | DEPENDS = " \ | ||
17 | libmodule-build-perl-native \ | ||
18 | libtext-wrapi18n-perl \ | ||
19 | libterm-readkey-perl \ | ||
20 | liblocale-gettext-perl \ | ||
21 | libunicode-linebreak-perl \ | ||
22 | " | ||
23 | |||
24 | RRECOMMENDS:${PN} = " \ | ||
25 | libtext-wrapi18n-perl \ | ||
26 | libterm-readkey-perl \ | ||
27 | liblocale-gettext-perl \ | ||
28 | libunicode-linebreak-perl \ | ||
29 | " | ||
30 | |||
31 | inherit cpan_build | ||
32 | |||
33 | BBCLASSEXTEND = "native" | ||