From 6fa4bfaadbcae396be0c6bf1bc9ea5ad8f57bb3a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 9 Jan 2023 17:58:39 +0100 Subject: [PATCH] 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 +#}