From: Wang Mingyu <wan...@fujitsu.com> Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR.
Signed-off-by: Wang Mingyu <wan...@fujitsu.com> --- recipes-security/libmhash/libmhash_0.9.9.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb index 49139d2..f725a26 100644 --- a/recipes-security/libmhash/libmhash_0.9.9.9.bb +++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb @@ -31,8 +31,8 @@ do_install:append() { do_compile_ptest() { if [ ! -d ${S}/demo ]; then mkdir ${S}/demo; fi - cp ${WORKDIR}/Makefile.test ${S}/demo/Makefile - cp ${WORKDIR}/mhash.c ${S}/demo/ + cp ${UNPACKDIR}/Makefile.test ${S}/demo/Makefile + cp ${UNPACKDIR}/mhash.c ${S}/demo/ make -C ${S}/demo CFLAGS="${CFLAGS} -I${S}/include/" LDFLAGS="${LDFLAGS} -L${S}/lib/.libs" } -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63346): https://lists.yoctoproject.org/g/yocto/message/63346 Mute This Topic: https://lists.yoctoproject.org/mt/106667280/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-