Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 307637 Details for
Bug 410679
dev-embedded/libftdi-9999.1.0: add ability to install ftdi_eeprom utility
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add use flag for installing ftdi_eeprom util
libftdi-install-eeprom-util.patch (text/plain), 1.05 KB, created by
Ole Henrik Jahren
on 2012-04-03 17:17:00 UTC
(
hide
)
Description:
Add use flag for installing ftdi_eeprom util
Filename:
MIME Type:
Creator:
Ole Henrik Jahren
Created:
2012-04-03 17:17:00 UTC
Size:
1.05 KB
patch
obsolete
>diff -aur libftdi.orig/libftdi-9999.1.0.ebuild libftdi/libftdi-9999.1.0.ebuild >--- libftdi.orig/libftdi-9999.1.0.ebuild 2012-04-03 04:43:00.932246135 +0200 >+++ libftdi/libftdi-9999.1.0.ebuild 2012-04-03 05:42:11.022182109 +0200 >@@ -19,7 +19,7 @@ > > LICENSE="LGPL-2" > SLOT="0" >-IUSE="cxx doc examples python" >+IUSE="cxx doc ftdi_eeprom examples python" > > RDEPEND="virtual/libusb:0 > cxx? ( dev-libs/boost ) >@@ -42,6 +42,9 @@ > cmake-utils_src_install > dodoc ChangeLog README > >+ if use ftdi_eeprom ; then >+ dobin "${CMAKE_BUILD_DIR}"/ftdi_eeprom/ftdi_eeprom >+ fi > if use doc ; then > doman doc/man/man3/* > dohtml doc/html/* >diff -aur libftdi.orig/metadata.xml libftdi/metadata.xml >--- libftdi.orig/metadata.xml 2012-04-03 04:43:00.941246135 +0200 >+++ libftdi/metadata.xml 2012-04-03 05:01:38.286225991 +0200 >@@ -2,4 +2,7 @@ > <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> > <pkgmetadata> > <herd>dev-embedded</herd> >+<use> >+ <flag name="ftdi_eeprom">Build utility for reading/writing EEPROM config in FTDI chips</flag> >+</use> > </pkgmetadata>
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 410679
: 307637 |
338064