Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
7ae1220d
Commit
7ae1220d
authored
Oct 31, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qtaround: Fix build with GCC 6
parent
6ea24611
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
0001-Add-a-missing-math.h-include.patch
...qtaround/qtaround/0001-Add-a-missing-math.h-include.patch
+25
-0
qtaround_git.bb
recipes-nemomobile/qtaround/qtaround_git.bb
+2
-1
No files found.
recipes-nemomobile/qtaround/qtaround/0001-Add-a-missing-math.h-include.patch
0 → 100644
View file @
7ae1220d
From 1586d7e8e2bd8de1b8ee12924871adf240e831da Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 30 Oct 2016 18:13:39 +0100
Subject: [PATCH] Add a missing math.h include
---
src/util.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/util.cpp b/src/util.cpp
index d738815..0843785 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -11,6 +11,8 @@
#include <QString>
#include <QMap>
+#include <math.h>
+
namespace qtaround {
namespace error {
--
2.10.1
recipes-nemomobile/qtaround/qtaround_git.bb
View file @
7ae1220d
...
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/qtaround"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9d1d95673c01a94e06648bf72ecda12d"
SRC_URI = "git://git.merproject.org/mer-core/qtaround.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/qtaround.git;protocol=https \
file://0001-Add-a-missing-math.h-include.patch"
SRCREV = "bf7f438ea7281d3341f6b353a427a15b2cf10a7c"
PR = "r1"
PV = "+git${SRCREV}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment