summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-29 11:49:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-02 17:18:08 -0400
commit1b6e39e426ead27ad440e62c8ce692684c8b9ad3 (patch)
treebc4646f8146ffdc57e0d1b815cdafc8031846a26 /recipes-kernel
parentd876cfc5bfafa516dee55d04b50b319a22165640 (diff)
downloadmeta-virtualization-1b6e39e426ead27ad440e62c8ce692684c8b9ad3.tar.gz
global: overrides conversion pass 2
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/dtc/python3-dtc_1.6.1.bb2
-rw-r--r--recipes-kernel/lopper/lopper.bb2
2 files changed, 2 insertions, 2 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}
diff --git a/recipes-kernel/lopper/lopper.bb b/recipes-kernel/lopper/lopper.bb
index 274d5b9a..ae280ee7 100644
--- a/recipes-kernel/lopper/lopper.bb
+++ b/recipes-kernel/lopper/lopper.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
9 9
10LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619" 10LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619"
11 11
12RDEPENDS_${PN} = " \ 12RDEPENDS:${PN} = " \
13 python3-core \ 13 python3-core \
14 python3-dtc \ 14 python3-dtc \
15 python3-humanfriendly \ 15 python3-humanfriendly \