From f5e724fc077261119129f7a830396d79536cc0f4 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 15 Apr 2016 11:56:36 +1000 Subject: graphics: Add 3rd party graphics support back to the master branch. The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly. --- rtems/config/databases/sqlite.bset | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rtems/config/databases/sqlite.bset (limited to 'rtems/config/databases') diff --git a/rtems/config/databases/sqlite.bset b/rtems/config/databases/sqlite.bset new file mode 100644 index 0000000..f7c97b6 --- /dev/null +++ b/rtems/config/databases/sqlite.bset @@ -0,0 +1,15 @@ +# +# Build set for Sqlite +# + +%define release 1 + +# +# The RTEMS Package defines +# +%include rtems-package.bset + +# +# Build Sqlite +# +databases/sqlite-3.8.8.1-1 -- cgit v1.2.3