beaglebone-*: allow armv7l-musl builds.
This commit is contained in:
parent
b62c342d7c
commit
634cab2319
3 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'beaglebone-base'
|
||||
pkgname=beaglebone-base
|
||||
version=2.3
|
||||
version=2.4
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
short_desc="Void Linux BeagleBone/BeagleBone Black platform package"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Public Domain"
|
||||
only_for_archs="armv7l"
|
||||
only_for_archs="armv7l armv7l-musl"
|
||||
depends="virtual?ntp-daemon beaglebone-uboot beaglebone-kernel linux-firmware-network"
|
||||
|
|
|
@ -22,7 +22,7 @@ _kernver="${version}_${revision}"
|
|||
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
only_for_archs="armv7l"
|
||||
only_for_archs="armv7l armv7l-musl"
|
||||
hostmakedepends="git perl kmod uboot-mkimage libressl-openssl bc"
|
||||
makedepends="ncurses-devel"
|
||||
triggers="kernel-hooks"
|
||||
|
|
|
@ -12,7 +12,7 @@ homepage="http://www.denx.de/wiki/U-Boot/WebHome"
|
|||
distfiles="http://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||
checksum=b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56
|
||||
|
||||
only_for_archs="armv7l"
|
||||
only_for_archs="armv7l armv7l-musl"
|
||||
|
||||
do_build() {
|
||||
unset CFLAGS CXXFLAGS LDFLAGS
|
||||
|
|
Loading…
Reference in a new issue