summaryrefslogtreecommitdiffstats
path: root/package/flare-engine
Commit message (Collapse)AuthorAgeFilesLines
* flare-engine: fix debug buildFabrice Fontaine2018-11-191-0/+5
| | | | | | | | | | | If BR2_ENABLE_DEBUG is set, use RelWithDebInfo instead of default Debug as Debug will add -pg (gprof) which is not always available on toolchain Fixes: - http://autobuild.buildroot.org/results/a12ae622a44bbe025c3a8b7e8e4c253b52927ae8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain: allow disabling packages affected by gcc bug 85180Matt Weber2018-05-301-0/+4
| | | | | | | | | | | | | | | | | Works around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180 which is an issue where the Microblaze architecture had code that caused a infinite recursion while optimizing in versions of GCC earlier than 8.x. More BR discussion can be found on this thread. http://buildroot-busybox.2317881.n4.nabble.com/autobuild-buildroot-net-Build-results-for-2018-04-25-td192721.html Resolves: http://autobuild.buildroot.net/results/b42d68c66d8ea035845a28c5530ef0682fd95713 (boost) http://autobuild.buildroot.net/results/af976a4805fb8b3f0c17a8e3a1f901b2255caa0b (flare-engine) http://autobuild.buildroot.net/results/d20/d20700bd538ba1e9d45ab8a61ecbbba1a320ef38 (gst-ffmpeg) CC: Romain Naour <romain.naour@gmail.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/flare-engine: fix licenseThomas Petazzoni2018-04-091-1/+1
| | | | | | | | | The license is GPL-3.0+, not GPL-3.0. Indeed all source files have the mention: "either version 3 of the License, or (at your option) any later version" Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/flare-engine: new packageRomain Naour2018-04-093-0/+39
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud