diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-21 20:19:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-21 20:19:07 +0000 |
commit | 2d9d186f5f912ee4842b85d634592bc871601154 (patch) | |
tree | 838a4dc6eeee49c3535ffc40a787be4e97a58d00 /media-sound/alsa-driver | |
parent | New developer snapshot. (diff) | |
download | gentoo-2-2d9d186f5f912ee4842b85d634592bc871601154.tar.gz gentoo-2-2d9d186f5f912ee4842b85d634592bc871601154.tar.bz2 gentoo-2-2d9d186f5f912ee4842b85d634592bc871601154.zip |
Remove asihpi driver when building for 2.6.17 as it's not fixed to work on that and upstream hasn't released a new version yet.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.11.ebuild | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index d1d510290f40..471ea159d7f3 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.217 2006/06/19 13:41:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.218 2006/06/21 20:19:07 flameeyes Exp $ + + 21 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + alsa-driver-1.0.11.ebuild: + Remove asihpi driver when building for 2.6.17 as it's not fixed to work on + that and upstream hasn't released a new version yet. 19 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +files/alsa-driver-1.0.11-kernel-2.6.17.patch, alsa-driver-1.0.11.ebuild: diff --git a/media-sound/alsa-driver/alsa-driver-1.0.11.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.11.ebuild index 979472a3953b..dbf7ee2c0ef6 100644 --- a/media-sound/alsa-driver/alsa-driver-1.0.11.ebuild +++ b/media-sound/alsa-driver/alsa-driver-1.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.11.ebuild,v 1.11 2006/06/19 13:41:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.11.ebuild,v 1.12 2006/06/21 20:19:07 flameeyes Exp $ inherit linux-mod flag-o-matic eutils multilib @@ -74,7 +74,13 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-1.0.10_rc1-include.patch if kernel_is ge 2 6 17 ; then + # These are needed for some drivers to build with kernel 2.6.17 + # until a refreshed release of alsa-driver is done epatch "${FILESDIR}/${P}-kernel-2.6.17.patch" + + # asihpi driver is broken, skip it until upstream releases something + # working. + sed -i -e 's:asihpi/::' "${S}/pci/Makefile" fi convert_to_m "${S}/Makefile" |