From e1f059f34e7f1e6a252aff1ec5b1eb3376bd4d65 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Jun 2025 11:49:55 +0200 Subject: meta: set S to be in UNPACKDIR in recipes that explicitly set S (From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2) Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-support/icu/icu_77-1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/icu') diff --git a/meta/recipes-support/icu/icu_77-1.bb b/meta/recipes-support/icu/icu_77-1.bb index 90af2cdc27..e655b18ad2 100644 --- a/meta/recipes-support/icu/icu_77-1.bb +++ b/meta/recipes-support/icu/icu_77-1.bb @@ -10,7 +10,7 @@ DEPENDS = "icu-native autoconf-archive-native" CVE_PRODUCT = "international_components_for_unicode" -S = "${WORKDIR}/icu/source" +S = "${UNPACKDIR}/icu/source" STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" ICU_MAJOR_VER = "${@d.getVar('PV').split('-')[0]}" -- cgit v1.2.3-54-g00ecf