Commit 2cf6c083 authored by Florent Revest's avatar Florent Revest

mapplauncherd: Fix a dynamic library search path to fix a build error appearing with OE Sumo

parent da53130a
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
......@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/mapplauncherd"
LICENSE = "LGPL-2.1+"
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"
PR = "r1"
PV = "+git${SRCPV}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment