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
2cf6c083
Commit
2cf6c083
authored
Aug 28, 2018
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapplauncherd: Fix a dynamic library search path to fix a build error appearing with OE Sumo
parent
da53130a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
0001-booster-generic-Fix-path-to-tibapplauncherd.patch
...rd/0001-booster-generic-Fix-path-to-tibapplauncherd.patch
+25
-0
mapplauncherd_git.bb
recipes-nemomobile/mapplauncherd/mapplauncherd_git.bb
+2
-1
No files found.
recipes-nemomobile/mapplauncherd/mapplauncherd/0001-booster-generic-Fix-path-to-tibapplauncherd.patch
0 → 100644
View file @
2cf6c083
From 8662654a6b159d796273a39928f39e2c9b177569 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 26 Aug 2018 23:17:13 +0200
Subject: [PATCH] booster-generic: Fix path to tibapplauncherd
---
src/booster-generic/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/booster-generic/CMakeLists.txt b/src/booster-generic/CMakeLists.txt
index 2b0672b..1010de9 100644
--- a/src/booster-generic/CMakeLists.txt
+++ b/src/booster-generic/CMakeLists.txt
@@ -10,7 +10,7 @@
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")
set(SRC booster-generic.cpp)
# Set libraries to be linked.
-link_libraries("-L../launcherlib -lapplauncherd" ${LIBDL})
+link_libraries("-Lsrc/launcherlib -lapplauncherd" ${LIBDL})
# Set executable
add_executable(booster-generic ${SRC} ${MOC_SRC})
--
2.18.0
recipes-nemomobile/mapplauncherd/mapplauncherd_git.bb
View file @
2cf6c083
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/mapplauncherd"
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/mapplauncherd"
LICENSE = "LGPL-2.1+"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=243b725d71bb5df4a1e5920b344b86ad"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=243b725d71bb5df4a1e5920b344b86ad"
SRC_URI = "git://git.merproject.org/mer-core/mapplauncherd.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/mapplauncherd.git;protocol=https \
file://0001-booster-generic-Fix-path-to-tibapplauncherd.patch"
SRCREV = "64396438670aa7ecf3de968d24c139c84b757eb2"
SRCREV = "64396438670aa7ecf3de968d24c139c84b757eb2"
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