diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-29 11:49:16 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-08-02 17:18:08 -0400 |
| commit | 1b6e39e426ead27ad440e62c8ce692684c8b9ad3 (patch) | |
| tree | bc4646f8146ffdc57e0d1b815cdafc8031846a26 /recipes-kernel/dtc | |
| parent | d876cfc5bfafa516dee55d04b50b319a22165640 (diff) | |
| download | meta-virtualization-1b6e39e426ead27ad440e62c8ce692684c8b9ad3.tar.gz | |
global: overrides conversion pass 2
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel/dtc')
| -rw-r--r-- | recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 |
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 | ||
| 21 | DISTUTILS_SETUP_PATH = "${S}/pylibfdt" | 21 | DISTUTILS_SETUP_PATH = "${S}/pylibfdt" |
| 22 | 22 | ||
| 23 | do_configure_prepend() { | 23 | do_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 | } |
