Skip to content

Commit

Permalink
pinebookpro-uboot: remove stddef hack for musl
Browse files Browse the repository at this point in the history
Fixed in 849570a
  • Loading branch information
Piraty committed Aug 20, 2020
1 parent 849570a commit 8a030cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions srcpkgs/pinebookpro-uboot/template
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ do_fetch() {
git clone https://git.eno.space/pbp-uboot.git
cd pbp-uboot
git reset --hard ${_commit_uboot}
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
touch include/stddef.h
fi

cd "${wrksrc}"
git clone https://github.com/ARM-software/arm-trusted-firmware.git
Expand Down

0 comments on commit 8a030cc

Please sign in to comment.