From 92f50e296c5cc4ab8dabf132e14cea39ffd64f5f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 15 May 2024 07:46:36 -0700 Subject: bcc: Use UNPACKDIR in place of WORKDIR Signed-off-by: Khem Raj --- dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.29.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers/meta-python') diff --git a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.29.1.bb b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.29.1.bb index ec3811e..496b777 100644 --- a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.29.1.bb +++ b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.29.1.bb @@ -58,7 +58,7 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/tests/cc install ${B}/tests/cc/test_libbcc_no_libbpf ${B}/tests/cc/libusdt_test_lib.so ${D}${PTEST_PATH}/tests/cc cp -rf ${S}/tests/python ${D}${PTEST_PATH}/tests/python - install ${WORKDIR}/ptest_wrapper.sh ${D}${PTEST_PATH}/tests + install ${UNPACKDIR}/ptest_wrapper.sh ${D}${PTEST_PATH}/tests install ${S}/examples/networking/simulation.py ${D}${PTEST_PATH}/tests/python } -- cgit v1.2.3-54-g00ecf