Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Jan 9, 2023
1 parent 4818904 commit 6fa4bfa
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 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
#}

0 comments on commit 6fa4bfa

Please sign in to comment.