From 6fa4bfaadbcae396be0c6bf1bc9ea5ad8f57bb3a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 9 Jan 2023 17:58:39 +0100 Subject: [PATCH 1/2] dtc: Add version 1.6.1 [Description][1]: > The source tree contains the Device Tree Compiler (dtc) toolchain for > working with device tree source and binary files and also libfdt, a > utility library for reading and manipulating the binary format. [1]: https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/README.md --- dtc.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 dtc.be0 diff --git a/dtc.be0 b/dtc.be0 new file mode 100755 index 000000000..cc823290d --- /dev/null +++ b/dtc.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION dtc-1.6.1-0 + +# more info: https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/README.md + +SRCURL[0]="https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#} From 3da639b0b1045ca94b4c389a3ddd4ba7bd943e52 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 9 Jan 2023 17:59:52 +0100 Subject: [PATCH 2/2] dtc: Download source archive from beehive.molgen.mpg.de --- dtc.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dtc.be0 b/dtc.be0 index cc823290d..f060759e9 100755 --- a/dtc.be0 +++ b/dtc.be0 @@ -4,7 +4,9 @@ # more info: https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/README.md -SRCURL[0]="https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/709888bac3aad657e6020d0e491fc0ba/dtc-1.6.1.tar.xz" + # PATCHURL+=()