source: rtems-source-builder/rtems/config/databases/sqlite-3.8.8.1-1.cfg @ c799e04

5
Last change on this file since c799e04 was c799e04, checked in by Chris Johns <chrisj@…>, on 07/06/19 at 09:20:09

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.
  • Property mode set to 100644
File size: 613 bytes
Line 
1#
2# Sqlite 3.8.8.1
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# Sqlite Version.
13#
14# Sqlite uses a different version number label in source to the
15# actual version number. I suppose this is related to Windows.
16#
17#
18%define sqlite_version     3.8.8.1
19%define sqlite_src_version 3080801
20%define sqlite_src_year    2015
21
22%hash sha512 sqlite-src-%{sqlite_src_version}.zip 4f09228cb0c9c608e492da6e480afe3d27a63e27ccdcf33a88d5e56427f0846efab8930c81026b8e608f1bbb8d63e8d937dd26571deb828617f7efa27a765950
23
24#
25# Sqlite configuration
26#
27%include %{_configdir}/sqlite-3-1.cfg
Note: See TracBrowser for help on using the repository browser.