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
1b9beaa7
Commit
1b9beaa7
authored
Oct 22, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libdsme: Add a missing header when building with GCC 7 (and OE rocko)
parent
5d8f3eac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
0002-Add-a-missing-header-include.patch
...bile/dsme/libdsme/0002-Add-a-missing-header-include.patch
+24
-0
libdsme_git.bb
recipes-nemomobile/dsme/libdsme_git.bb
+1
-1
No files found.
recipes-nemomobile/dsme/libdsme/0002-Add-a-missing-header-include.patch
0 → 100644
View file @
1b9beaa7
From 3a0c80b3f7d2cf0035af2c51809f258abbee6453 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sat, 21 Oct 2017 21:24:17 +0200
Subject: [PATCH] Add a missing header include
---
protocol.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/protocol.c b/protocol.c
index 8e98800..fa57072 100644
--- a/protocol.c
+++ b/protocol.c
@@ -40,6 +40,7 @@
#include <sys/un.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/uio.h>
static GSList* connections = 0;
--
2.14.2
recipes-nemomobile/dsme/libdsme_git.bb
View file @
1b9beaa7
...
...
@@ -7,7 +7,7 @@ DEPENDS += " glib-2.0 libcheck pkgconfig-native"
SRC_URI = "git://git.merproject.org/mer-core/libdsme.git;protocol=https \
file://001-Allows-custom-cflags.patch \
"
file://0002-Add-a-missing-header-include.patch
"
SRCREV = "826915f91a5f94fe3385a2b1d2b04092fbf5c4d9"
PR = "r1"
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