diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-15 07:46:36 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-21 08:36:37 -0700 |
| commit | 92f50e296c5cc4ab8dabf132e14cea39ffd64f5f (patch) | |
| tree | 85e115934407f963cf499a9648b50702dc3b1ed1 /dynamic-layers | |
| parent | 4ffbe8de13d17ee5755f9735b0ad178fdd79b9a4 (diff) | |
| download | meta-clang-92f50e296c5cc4ab8dabf132e14cea39ffd64f5f.tar.gz | |
bcc: Use UNPACKDIR in place of WORKDIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers')
| -rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.29.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 58 | install -d ${D}${PTEST_PATH}/tests/cc | 58 | install -d ${D}${PTEST_PATH}/tests/cc |
| 59 | install ${B}/tests/cc/test_libbcc_no_libbpf ${B}/tests/cc/libusdt_test_lib.so ${D}${PTEST_PATH}/tests/cc | 59 | install ${B}/tests/cc/test_libbcc_no_libbpf ${B}/tests/cc/libusdt_test_lib.so ${D}${PTEST_PATH}/tests/cc |
| 60 | cp -rf ${S}/tests/python ${D}${PTEST_PATH}/tests/python | 60 | cp -rf ${S}/tests/python ${D}${PTEST_PATH}/tests/python |
| 61 | install ${WORKDIR}/ptest_wrapper.sh ${D}${PTEST_PATH}/tests | 61 | install ${UNPACKDIR}/ptest_wrapper.sh ${D}${PTEST_PATH}/tests |
| 62 | install ${S}/examples/networking/simulation.py ${D}${PTEST_PATH}/tests/python | 62 | install ${S}/examples/networking/simulation.py ${D}${PTEST_PATH}/tests/python |
| 63 | } | 63 | } |
| 64 | 64 | ||
