summaryrefslogtreecommitdiffstats
path: root/config/libusb-1.0.9-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-10-31 12:09:38 +1100
committerChris Johns <chrisj@rtems.org>2012-10-31 12:09:38 +1100
commit52604491d35d6d6df76f0cec5607455abf2b39b8 (patch)
tree04590d7d213db26aa24e83623e6789c935355c61 /config/libusb-1.0.9-1.cfg
parentCreate the sources path if not present and the user has forced. (diff)
downloadrtems-source-builder-52604491d35d6d6df76f0cec5607455abf2b39b8.tar.bz2
Support modules other than bintuls and gcc.
Added support to build autoconf and automake plus other packages such as libusb and the stlink project. This includes support to build a specific github version downloaded from github.
Diffstat (limited to 'config/libusb-1.0.9-1.cfg')
-rw-r--r--config/libusb-1.0.9-1.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/libusb-1.0.9-1.cfg b/config/libusb-1.0.9-1.cfg
new file mode 100644
index 0000000..728a626
--- /dev/null
+++ b/config/libusb-1.0.9-1.cfg
@@ -0,0 +1,21 @@
+#
+# LibUSB 1.0.9
+#
+
+%ifn %{defined release}
+%error No 'release' defined
+%endif
+
+%include %{_configdir}/base.cfg
+
+%define libusb_version 1.0.9
+
+Name: libusb-%{libusb_version}-%{_host}-%{release}
+
+%description
+LibUSB for host %{_host}.
+
+#
+# The Libuxb build instructions. We use 1.xx Release 1.
+#
+%include %{_configdir}/libusb-1-1.cfg