[avrdude] Some supported devices will only get build if libusb-0.1 is present

Hans de Goede jwrdegoede at fedoraproject.org
Sat Jun 14 07:34:45 UTC 2014


commit 62c148dd9a4f01814e4366ece5c0c2ca5fff8400
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Sat Jun 14 09:33:45 2014 +0200

    Some supported devices will only get build if libusb-0.1 is present

 avrdude.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/avrdude.spec b/avrdude.spec
index 338e82b..81fe780 100644
--- a/avrdude.spec
+++ b/avrdude.spec
@@ -18,6 +18,7 @@ BuildRequires:  bison
 BuildRequires:  readline-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  libftdi-devel
+BuildRequires:  libusb-devel
 BuildRequires:  libusbx-devel
 BuildRequires:  texi2html
 BuildRequires:  texinfo-tex
@@ -80,6 +81,8 @@ fi
 %changelog
 * Sat Jun 14 2014 Hans de Goede <hdegoede at redhat.com> - 6.1-1
 - Upgrade to new upstream release 6.1 (rhbz#1056138)
+- Some supported devices will only get build if libusb-0.1 is present, so
+  build with both libusb-0.1 and libusbx-1.0
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list