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
ce600e84
Commit
ce600e84
authored
Oct 22, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cor: Add a missing header when building with GCC 7 (and OE rocko)
parent
1b9beaa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
0002-Add-a-missing-header-include.patch
...emomobile/cor/cor/0002-Add-a-missing-header-include.patch
+25
-0
cor_git.bb
recipes-nemomobile/cor/cor_git.bb
+2
-1
No files found.
recipes-nemomobile/cor/cor/0002-Add-a-missing-header-include.patch
0 → 100644
View file @
ce600e84
From b4c1f3a6509a51275054f77de5fd10d1bbecb6ad Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sat, 21 Oct 2017 21:32:54 +0200
Subject: [PATCH] Add a missing header include
---
include/cor/util.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/cor/util.hpp b/include/cor/util.hpp
index 153c496..f339ce1 100644
--- a/include/cor/util.hpp
+++ b/include/cor/util.hpp
@@ -2,7 +2,7 @@
#define _COR_UTIL_HPP_
#include <cor/error.hpp>
-
+#include <functional>
#include <unistd.h>
#include <vector>
--
2.14.2
recipes-nemomobile/cor/cor_git.bb
View file @
ce600e84
...
@@ -4,7 +4,8 @@ LICENSE = "LGPL-2.1+"
...
@@ -4,7 +4,8 @@ LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d2c621b4dd653efb7cbad641e0a30c59"
LIC_FILES_CHKSUM = "file://COPYING;md5=d2c621b4dd653efb7cbad641e0a30c59"
SRC_URI = "git://git.merproject.org/mer-core/cor.git;protocol=https \
SRC_URI = "git://git.merproject.org/mer-core/cor.git;protocol=https \
file://0001-Fix-error-with-GCC-6.patch"
file://0001-Fix-error-with-GCC-6.patch \
file://0002-Add-a-missing-header-include.patch"
SRCREV = "52362ca66838694bbfa32071a1c14e1cb0cab1eb"
SRCREV = "52362ca66838694bbfa32071a1c14e1cb0cab1eb"
PR = "r1"
PR = "r1"
PV = "+git${SRCPV}"
PV = "+git${SRCPV}"
...
...
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