Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 519920 Details for
Bug 630260
=sys-firmware/broadcom-bt-firmware-12.0.1.1011_p1 - Broadcom Bluethooth firmware
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Alternative ebuild for broadcom firmwaree
broadcom-bt-firmware-12.0.1.1011.ebuild (text/plain), 1.10 KB, created by
faminebadger
on 2018-02-18 08:00:20 UTC
(
hide
)
Description:
Alternative ebuild for broadcom firmwaree
Filename:
MIME Type:
Creator:
faminebadger
Created:
2018-02-18 08:00:20 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >inherit savedconfig > >DESCRIPTION="Broadcom Bluetooth firmware for Linux kernel" >HOMEPAGE="https://github.com/winterheart/broadcom-bt-firmware" >SRC_URI="https://github.com/winterheart/${PN}/archive/v${PV}.tar.gz" > ># TODO - /usr/portage/licenses/Broadcom doesn't match Broadcomm WIDCOMM as given ># in git. Also, does && even work for licenses? >LICENSE="&& (MIT Broadcom)" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="savedconfig" > ># Future - these are only required to generate new .hcd files files ># downloaded from windows update, which we could do here >#DEPEND="net-wireless/bluez dev-perl/Regexp-Grammars >=dev-lang/perl-5.10.0" > >src_prepare() { > default > > echo "# Remove files that you don't want installed." > ${PN}.conf > find brcm -name \*.hcd >> ${PN}.conf > if use savedconfig; then > restore_config ${PN}.conf > find brcm -name \*.hcd |sort ${PN}.conf ${PN}.conf - |uniq -u |xargs -r rm > fi >} > >src_install() { > if use !savedconfig; then > save_config ${PN}.conf > fi > > insinto /lib/firmware > doins -r brcm || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 630260
:
493060
|
493794
|
495114
| 519920