mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
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'
|
# Template file for 'beaglebone-base'
|
||||||
pkgname=beaglebone-base
|
pkgname=beaglebone-base
|
||||||
version=2.3
|
version=2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux BeagleBone/BeagleBone Black platform package"
|
short_desc="Void Linux BeagleBone/BeagleBone Black platform package"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
only_for_archs="armv7l"
|
only_for_archs="armv7l armv7l-musl"
|
||||||
depends="virtual?ntp-daemon beaglebone-uboot beaglebone-kernel linux-firmware-network"
|
depends="virtual?ntp-daemon beaglebone-uboot beaglebone-kernel linux-firmware-network"
|
||||||
|
|
|
@ -22,7 +22,7 @@ _kernver="${version}_${revision}"
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
only_for_archs="armv7l"
|
only_for_archs="armv7l armv7l-musl"
|
||||||
hostmakedepends="git perl kmod uboot-mkimage libressl-openssl bc"
|
hostmakedepends="git perl kmod uboot-mkimage libressl-openssl bc"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
triggers="kernel-hooks"
|
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"
|
distfiles="http://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||||
checksum=b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56
|
checksum=b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56
|
||||||
|
|
||||||
only_for_archs="armv7l"
|
only_for_archs="armv7l armv7l-musl"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
unset CFLAGS CXXFLAGS LDFLAGS
|
unset CFLAGS CXXFLAGS LDFLAGS
|
||||||
|
|
Loading…
Add table
Reference in a new issue