summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/glib-2.39.3-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Switch some md5 hashes to sha256Stephan Gambke2018-02-051-1/+1
| | | | | Using md5 hashes will break the building of qemu.bset, so switch all involved hashes to sha256
* bare/devel/qemu: Add a hash for glib.Chris Johns2016-03-161-0/+2
| | | | Closes #2646.
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove the 'opt' from various macros and shell variables. Add pkgconfig to the checks to make it clear the check is a pkgconfig check. Add NTP support as the first package to be built using the RSB. Split the RTEMS URL's out from the base bset file into a separate file that be included by other files. Add an RTEMS BSP configuration file to help abstract the process of building 3rd party packages. Clean the cross and canadian cross support up so we can cleanly support cross and canadian cross building. Refactor the pkgconfig support and clean up the PC file handling of loading modules. Add support for %{?..} to return false if a macro is %{nil}. Add %{pkgconfig ..} support to allow better control of access RTEMS pkgconfig files.
* config: Change pkgconfig to check.Chris Johns2014-02-111-1/+1
| | | | | Add the extra actions: ccflags, cflags, ldflags and libs to allow the fetching of these from pkg-config files.
* config: Update qemu to build on FreeBSD.Chris Johns2014-02-111-1/+3
| | | | | Update configuration to build on FreeBSD. This is based on pkg-config detecting the packages installed on the host.
* config: Add support to build qemu.Chris Johns2014-02-041-0/+18
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.