summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/dtc/python3-dtc_1.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/dtc/python3-dtc_1.6.1.bb')
-rw-r--r--recipes-kernel/dtc/python3-dtc_1.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
index 90889314..39295652 100644
--- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb
+++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
@@ -20,7 +20,7 @@ inherit distutils3
20 20
21DISTUTILS_SETUP_PATH = "${S}/pylibfdt" 21DISTUTILS_SETUP_PATH = "${S}/pylibfdt"
22 22
23do_configure_prepend() { 23do_configure:prepend() {
24 oe_runmake -C "${S}" version_gen.h 24 oe_runmake -C "${S}" version_gen.h
25 mv "${S}/version_gen.h" "${DISTUTILS_SETUP_PATH}/" 25 mv "${S}/version_gen.h" "${DISTUTILS_SETUP_PATH}/"
26} 26}