From fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 20 Jun 2025 16:06:53 +0200 Subject: meta-openembedded/all: adapt to UNPACKDIR changes Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb | 2 +- meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-perl/recipes-perl/libmime') diff --git a/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb b/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb index a390818511..b7b287c399 100644 --- a/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb +++ b/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb @@ -11,7 +11,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/MIME-Charset-${PV}.tar.gz" SRC_URI[sha256sum] = "1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0" -S = "${WORKDIR}/MIME-Charset-${PV}" +S = "${UNPACKDIR}/MIME-Charset-${PV}" inherit cpan diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb index d8203f4353..043e1549af 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb @@ -16,7 +16,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ " SRC_URI[sha256sum] = "7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca" -S = "${WORKDIR}/MIME-Types-${PV}" +S = "${UNPACKDIR}/MIME-Types-${PV}" inherit cpan ptest -- cgit v1.2.3-54-g00ecf