From 86b55f225bc342d72a1a0044d0572f7ca989dbc0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 31 May 2014 09:00:11 +0200 Subject: [PATCH] linux: explicitly depend on dracut and linux-firmware-{amd,network}. The linux-firmware pkg contains some rare firmware files that probably 90% of our users don't use and it takes 20MB, so avoid the dependency. --- srcpkgs/linux/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index afe10975ee5..287530982c0 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -1,7 +1,7 @@ # Template file for 'linux' pkgname=linux version=3.14 -revision=2 +revision=3 build_style=meta homepage="http://www.voidlinux.eu/" short_desc="Linux kernel meta package" @@ -10,8 +10,8 @@ license="Public domain" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) - makedepends="linux3.14 linux-firmware dracut" - depends="linux3.14" + makedepends="linux3.14 linux-firmware-amd linux-firmware-network dracut" + depends="${makedepends}" _depends_headers="linux3.14-headers" ;; *) msg_error "${pkgname}-${version}: unsupported target machine.\n";;