summaryrefslogtreecommitdiffstats
path: root/rtems/config/ftp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-07-06 19:20:09 +1000
committerChris Johns <chrisj@rtems.org>2019-07-21 21:09:34 +1000
commitc799e04a8fe85bf90d7f9dfe59298a696f4b0893 (patch)
tree82006becec36090a9647cc65d65215d8cdf2a490 /rtems/config/ftp
parent6: Update unstable RTEMS 6 tool chain (diff)
downloadrtems-source-builder-c799e04a8fe85bf90d7f9dfe59298a696f4b0893.tar.bz2
5/packages: Add curl and update all packages with RTEMS 5 and LibBSD
- Update rtems-bsp support to correctly handle hosts for BSP. - Clean up the options for a BSP. - Check all RTEMS 5 packages and add 5/rtems-packages for all that build. - Update download locations and checksum of all packages. - The work requires the kernel and Libbsd hacve the same prefix.
Diffstat (limited to 'rtems/config/ftp')
-rw-r--r--rtems/config/ftp/curl-7.65.1-1.cfg21
-rw-r--r--rtems/config/ftp/curl.bset20
2 files changed, 41 insertions, 0 deletions
diff --git a/rtems/config/ftp/curl-7.65.1-1.cfg b/rtems/config/ftp/curl-7.65.1-1.cfg
new file mode 100644
index 0000000..abc7e9d
--- /dev/null
+++ b/rtems/config/ftp/curl-7.65.1-1.cfg
@@ -0,0 +1,21 @@
+#
+# Curl 7.65.1
+#
+
+%if %{release} == %{nil}
+ %define release 1
+%endif
+
+%include %{_configdir}/rtems-bsp.cfg
+
+#
+# Curl Version
+#
+%define curl_version 7.65.1
+
+%hash sha512 curl-%{curl_version}.tar.xz aba2d979a416d14a0f0852d595665e49fc4f7bff3bee31f3a52b90ba9dc5ffdb09c092777f124215470b72c47ebca7ddb47844cbf5c0e9142099272b6ac55df4
+
+#
+# Curl Build configuration
+#
+%include %{_configdir}/curl-1.cfg
diff --git a/rtems/config/ftp/curl.bset b/rtems/config/ftp/curl.bset
new file mode 100644
index 0000000..84cac39
--- /dev/null
+++ b/rtems/config/ftp/curl.bset
@@ -0,0 +1,20 @@
+#
+# Build set for Curl
+#
+
+%define release 1
+
+#
+# RTEMS Version
+#
+%define rtems_version 5
+
+#
+# The RTEMS URL paths.
+#
+%include rtems-urls.bset
+
+#
+# Build Curl
+#
+ftp/curl-7.65.1-1