diff options
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.bb | 2 |
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 | ||
| 23 | do_patchbuild () { | 23 | do_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 | ||
| 28 | do_install:append () { | 28 | do_install:append () { |
