From 6193a1a12f8c7a8bc6c1e78e90ada8bea0f8927f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 27 May 2024 14:23:37 +0200 Subject: [PATCH] unicode-ucd: fix UNPACKDIR conversion leftovers this avoids: WARNING: unicode-ucd-14.0.0-r0 do_unpack: unicode-ucd: the directory ${WORKDIR}/${BP} (/home/flk/poky/build-hypr/tmp/work/all-poky-linux/unicode-ucd/14.0.0/unicode-ucd-14.0.0) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb index 0c8a10e0ef..026d4ffe02 100644 --- a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb +++ b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb @@ -12,6 +12,9 @@ SRC_URI[ucd-license.sha256sum] = "f7830d126f59d83842565d3dddedc79db4ca978ed52aee inherit allarch +S = "${WORKDIR}/sources" +UNPACKDIR = "${S}" + do_configure[noexec] = "1" do_install() {