Skip to content

Commit

Permalink
Merge pull request #2823 from mariux64/add-dtc-libfdt-1.6.1
Browse files Browse the repository at this point in the history
Add dtc and libfdt 1.6.1
  • Loading branch information
pmenzel authored Jan 10, 2023
2 parents a8f9278 + 3da639b commit 19bba17
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions dtc.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/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"
SRCURL[0]="https://beehive.molgen.mpg.de/709888bac3aad657e6020d0e491fc0ba/dtc-1.6.1.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 19bba17

Please sign in to comment.