diff options
author | Chris Laplante <chris.laplante@agilent.com> | 2025-09-23 15:15:21 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-30 08:01:59 -0700 |
commit | b079439d077470b25ef0c4db37edc663f13688c7 (patch) | |
tree | a60c1f49fc1a1343f37b6c02af1362980e4dcd7a /meta | |
parent | 15078fe63fdd3658b0922000335b28eaefedcb8e (diff) | |
download | poky-b079439d077470b25ef0c4db37edc663f13688c7.tar.gz |
util-linux: use ${B} instead of ${WORKDIR}/build, to fix building under devtool
This change already exists on master, but it was made as part of the
larger migration to ${UNPACKDIR} and is not cherry-pickable.
See: d73595df696 (recipes: Update WORKDIR references to UNPACKDIR)
(From OE-Core rev: 378f87f087651bacdb6efc6b98168bc6ba865070)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.39.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.39.3.bb b/meta/recipes-core/util-linux/util-linux_2.39.3.bb index 79ddf2d115..12c504e0a2 100644 --- a/meta/recipes-core/util-linux/util-linux_2.39.3.bb +++ b/meta/recipes-core/util-linux/util-linux_2.39.3.bb | |||
@@ -329,7 +329,7 @@ do_install_ptest() { | |||
329 | cp ${S}/tests/*.sh ${D}${PTEST_PATH}/tests/ | 329 | cp ${S}/tests/*.sh ${D}${PTEST_PATH}/tests/ |
330 | cp -pR ${S}/tests/expected ${D}${PTEST_PATH}/tests/expected | 330 | cp -pR ${S}/tests/expected ${D}${PTEST_PATH}/tests/expected |
331 | cp -pR ${S}/tests/ts ${D}${PTEST_PATH}/tests/ | 331 | cp -pR ${S}/tests/ts ${D}${PTEST_PATH}/tests/ |
332 | cp ${WORKDIR}/build/config.h ${D}${PTEST_PATH} | 332 | cp ${B}/config.h ${D}${PTEST_PATH} |
333 | 333 | ||
334 | sed -i 's|@base_sbindir@|${base_sbindir}|g' ${D}${PTEST_PATH}/run-ptest | 334 | sed -i 's|@base_sbindir@|${base_sbindir}|g' ${D}${PTEST_PATH}/run-ptest |
335 | 335 | ||