diff mbox series

[meta-oe] unicode-ucd: fix UNPACKDIR conversion leftovers

Message ID 20240527122337.959894-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-oe] unicode-ucd: fix UNPACKDIR conversion leftovers | expand

Commit Message

Markus Volk May 27, 2024, 12:23 p.m. UTC
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 <f_l_k@t-online.de>
---
 meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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 0c8a10e0e..026d4ffe0 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() {