From 1b6e39e426ead27ad440e62c8ce692684c8b9ad3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 29 Jul 2021 11:49:16 -0400 Subject: global: overrides conversion pass 2 Signed-off-by: Bruce Ashfield --- recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 +- recipes-kernel/lopper/lopper.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel') 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 DISTUTILS_SETUP_PATH = "${S}/pylibfdt" -do_configure_prepend() { +do_configure:prepend() { oe_runmake -C "${S}" version_gen.h mv "${S}/version_gen.h" "${DISTUTILS_SETUP_PATH}/" } 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" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619" -RDEPENDS_${PN} = " \ +RDEPENDS:${PN} = " \ python3-core \ python3-dtc \ python3-humanfriendly \ -- cgit v1.2.3-54-g00ecf