mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
base-system: drop arm specific pkgs and depend on linux just on x86.
This commit is contained in:
parent
673c2cbb53
commit
96d18dfb33
1 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-system'
|
# Template file for 'base-system'
|
||||||
pkgname=base-system
|
pkgname=base-system
|
||||||
version=0.79
|
version=0.80
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
@ -14,16 +14,11 @@ makedepends="
|
||||||
shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd psmisc procps-ng
|
shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd psmisc procps-ng
|
||||||
tzdata pciutils iana-etc systemd dcron?cron-daemon openssh dhcpcd
|
tzdata pciutils iana-etc systemd dcron?cron-daemon openssh dhcpcd
|
||||||
iproute2 iputils bridge-utils ifenslave iw wpa_supplicant xbps netbsd-wtf
|
iproute2 iputils bridge-utils ifenslave iw wpa_supplicant xbps netbsd-wtf
|
||||||
nvi sudo wifi-firmware linux void-artwork nss-mdns traceroute ethtool parted"
|
nvi sudo wifi-firmware void-artwork nss-mdns traceroute ethtool parted"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) makedepends+=" grub";;
|
i686) makedepends+=" linux grub";;
|
||||||
x86_64) makedepends+=" grub-x86_64-efi";;
|
x86_64) makedepends+=" linux grub-x86_64-efi";;
|
||||||
# XXX only for Raspberry Pi
|
|
||||||
armv6l) makedepends+=" rpi-base-files rpi-firmware";;
|
|
||||||
# XXX generic armv7 without linux kernel/platform files.
|
|
||||||
armv7l) ;;
|
|
||||||
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# gcc and glibc shouldn't be direct dependencies.
|
# gcc and glibc shouldn't be direct dependencies.
|
||||||
|
|
Loading…
Add table
Reference in a new issue