From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-perl][PATCH 0/3] libio-compress/libcompress fixes
Date: Sun, 30 Oct 2022 18:44:31 -0700 [thread overview]
Message-ID: <cover.1667179899.git.tim.orling@konsulko.com> (raw)
There are a number of issues with these recipes that have been lingering
for a long time:
* The compress-raw-*-perl recipes should never have been merged as is,
they break Debian naming (should be libcompress-raw-*-perl).
* There are issues with the HOMEPAGE fields in all the
compress-raw-*-perl and libio-compress-*-perl recipes.
* The SRC_URI for all these recipes was hardcoded to PV, which breaks
the auto-upgrade-helper (AUH).
* A number of RDEPENDS were missing (this is a systemic problem with our
perl rdeps--see https://bugzilla.yoctoproject.org/show_bug.cgi?id=13376)
There are probably more changes to come with the upgrades, including
enabling ptest, but for now these patches improve the situation.
(Based on current master-next)
The following changes since commit fc176683e6f0efaa789c30b5a6cdc4b5ed1570f5:
libmime-types-perl: upgrade 2.17 -> 2.22 (2022-10-30 17:49:08 -0700)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded-contrib timo/libcompress_libio-compress_fixes
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=timo/libcompress_libio-compress_fixes
Tim Orling (3):
libcompress-raw*-perl: move from libio/compress-*
libio-compress*-perl: cleanup; fixes
libcompress-raw-*-perl: cleanup; fixes
.../libcompress-raw-bzip2-perl_2.096.bb} | 11 ++----
.../libcompress-raw-lzma-perl_2.096.bb} | 19 ++++-----
.../libcompress-raw-zlib-perl_2.096.bb} | 16 ++++----
.../libio/libio-compress-lzma-perl_2.096.bb | 23 +++++------
.../libio/libio-compress-perl_2.096.bb | 39 +++++++++++++------
5 files changed, 61 insertions(+), 47 deletions(-)
rename meta-perl/recipes-perl/{libio/compress-raw-bzip2-perl_2.096.bb => libcompress/libcompress-raw-bzip2-perl_2.096.bb} (63%)
rename meta-perl/recipes-perl/{libio/compress-raw-lzma-perl_2.096.bb => libcompress/libcompress-raw-lzma-perl_2.096.bb} (50%)
rename meta-perl/recipes-perl/{libio/compress-raw-zlib-perl_2.096.bb => libcompress/libcompress-raw-zlib-perl_2.096.bb} (45%)
--
2.34.1
next reply other threads:[~2022-10-31 1:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-31 1:44 Tim Orling [this message]
2022-10-31 1:44 ` [meta-perl][PATCH 1/3] libcompress-raw*-perl: move from libio/compress-* Tim Orling
2022-10-31 1:44 ` [meta-perl][PATCH 2/3] libio-compress*-perl: cleanup; fixes Tim Orling
2022-10-31 1:44 ` [meta-perl][PATCH 3/3] libcompress-raw-*-perl: " Tim Orling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1667179899.git.tim.orling@konsulko.com \
--to=ticotimo@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.