Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178939 Details for
Bug 255309
dev-embedded/openocd doesn't support ftdi useflag on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
get openocd compiled on amd64 with libftdi
openocd.ebuild.patch (text/plain), 1.11 KB, created by
Andrej Gelenberg
on 2009-01-19 00:21:38 UTC
(
hide
)
Description:
get openocd compiled on amd64 with libftdi
Filename:
MIME Type:
Creator:
Andrej Gelenberg
Created:
2009-01-19 00:21:38 UTC
Size:
1.11 KB
patch
obsolete
>--- openocd-9999.ebuild 2009-01-19 01:18:33.000000000 +0100 >+++ openocd-99999.ebuild 2009-01-17 20:41:32.000000000 +0100 >@@ -18,14 +18,10 @@ > # libftd2xx is the default because it is reported to work better. > DEPEND="usb? ( dev-libs/libusb ) > presto? ( dev-embedded/libftd2xx ) >- ft2232? ( || ( ftdi? ( dev-embedded/libftdi ) dev-embedded/libftd2xx ) )" >+ ft2232? ( dev-embedded/libftd2xx ) >+ ftdi? ( dev-embedded/libftdi )" > > pkg_setup() { >- if use ftdi && ! use ft2232 ; then >- ewarn "You enabled libftdi but not ft2232!" >- ewarn "libftdi is only used for ft2232, so this is meaningless!" >- fi >- > # stupid ft2232 is binary only, so we have to force > # a 32bit build of openocd if people want to use it > if use ft2232 && has_multilib_profile ; then >@@ -54,8 +50,8 @@ > $(use_enable usb usbprog) \ > $(use_enable parport parport_giveio) \ > $(use_enable presto presto_ftd2xx) \ >- $(use ft2232 && use_enable ftdi ft2232_libftdi) \ >- $(use ft2232 && use_enable !ftdi ft2232_ftd2xx) \ >+ $(use_enable ftdi ft2232_libftdi) \ >+ $(use_enable ft2232 ft2232_ftd2xx) \ > || die "Error in econf!" > emake || die "Error in emake!" > }
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 255309
: 178939