]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
icu/perf: Drop SPDX_S variable
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jul 2024 15:34:17 +0000 (16:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 14 Jul 2024 12:03:32 +0000 (13:03 +0100)
These were used by external layers and were needed before we had better
unpack instrumenation and the recent unpack directory changes. Drop
them as obsolete.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf.bb
meta/recipes-support/icu/icu_75-1.bb

index ab2dc5ae62cc1e7e662328370a2992e7379efa18..f3f350aa98cd59102741f407fa4b6b18ddf9db74 100644 (file)
@@ -66,7 +66,6 @@ include ${@bb.utils.contains('PACKAGECONFIG', 'perl', 'perf-perl.inc', '', d)}
 inherit kernelsrc
 
 S = "${WORKDIR}/${BP}"
-SPDX_S = "${S}/tools/perf"
 
 # The LDFLAGS is required or some old kernels fails due missing
 # symbols and this is preferred than requiring patches to every old
index 57c9fc03612a2c14f96b394fca87bcaad7db5936..88103e4eca7ba0010a6c769416748fafa1be019d 100644 (file)
@@ -11,7 +11,6 @@ DEPENDS = "icu-native autoconf-archive-native"
 CVE_PRODUCT = "international_components_for_unicode"
 
 S = "${WORKDIR}/icu/source"
-SPDX_S = "${WORKDIR}/icu"
 STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}"
 
 ICU_MAJOR_VER = "${@d.getVar('PV').split('-')[0]}"