Signed-off-by: Ross Burton <ross.bur...@arm.com> --- meta/recipes-kernel/dtc/dtc.inc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index b8a6b34f0c..adee8d5b4a 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc @@ -5,22 +5,14 @@ SECTION = "bootloader" LICENSE = "GPLv2 | BSD-2-Clause" DEPENDS = "flex-native bison-native" -SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \ - file://make_install.patch \ - file://0001-dtc-Fix-Makefile-to-add-CFLAGS-not-override.patch \ - " - +SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master" UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" -EXTRA_OEMAKE='NO_PYTHON=1 PREFIX="${prefix}" LIBDIR="${libdir}" DESTDIR="${D}"' - -inherit pkgconfig - S = "${WORKDIR}/git" -do_install () { - oe_runmake install -} +inherit meson pkgconfig + +EXTRA_OEMESON = "-Dpython=disabled -Dvalgrind=disabled" PACKAGES =+ "${PN}-misc" FILES:${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158174): https://lists.openembedded.org/g/openembedded-core/message/158174 Mute This Topic: https://lists.openembedded.org/mt/86980186/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-