summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-13 14:16:55 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-23 08:44:44 -0700
commitffc64e9c6fee0af7eea3466135416d011172a5e6 (patch)
treeb9effa069d9af3c63d6f3a41caff6b887450522c /meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
parenta90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff)
downloadmeta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz
recipes: Start WORKDIR -> UNPACKDIR transition
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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
index 6b31d0b4f5..a6c3e139b8 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
@@ -22,7 +22,7 @@ addtask do_patchbuild after do_patch before do_configure
22 22
23do_patchbuild () { 23do_patchbuild () {
24 rm -f ${S}/CMakeLists.txt 24 rm -f ${S}/CMakeLists.txt
25 cp ${WORKDIR}/CMakeLists.txt ${S}/ 25 cp ${UNPACKDIR}/CMakeLists.txt ${S}/
26} 26}
27 27
28do_install:append () { 28do_install:append () {