From 16191796694e23190c06d96d1163f49ea9af1829 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 5 Sep 2014 10:02:42 +0200 Subject: [PATCH] Fix wayland-ivi-extension Change-Id: Ib22529e6615d448b9528d2aef75e43edf41dc7c8 Signed-off-by: Ronan Le Martret --- .../wayland-ivi-extension/wayland-ivi-extension-extraconf.inc | 4 ++++ recipes-tizen/wayland-ivi-extension/wayland-ivi-extension_git.bb | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension-extraconf.inc b/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension-extraconf.inc index 2037263..8dbaf1d 100644 --- a/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension-extraconf.inc +++ b/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension-extraconf.inc @@ -19,6 +19,8 @@ do_prep() { cp ${S}/packaging/genivi-shell.manifest . ${STAGING_BINDIR_NATIVE}/wayland-scanner code < protocol/ivi-controller.xml > protocol/ivi-controller-protocol.c + + sed -i "s@\${LIBS} \${WESTON_LIBDIR}/weston/ivi-shell.so@\${LIBS} ${PKG_CONFIG_SYSROOT_DIR}\${WESTON_LIBDIR}/weston/ivi-shell.so@g" ${S}/weston-ivi-shell/CMakeLists.txt } cmake_do_install_append() { @@ -41,3 +43,5 @@ cmake_do_install_append() { PACKAGES += " genivi-shell-dbg " FILES_genivi-shell-dbg = "${prefix}/lib/weston/.debug/ivi-controller.so" + +B="${S}" \ No newline at end of file diff --git a/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension_git.bb b/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension_git.bb index 0615e8c..edcbebb 100644 --- a/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension_git.bb +++ b/recipes-tizen/wayland-ivi-extension/wayland-ivi-extension_git.bb @@ -4,7 +4,8 @@ PRIORITY = "10" LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI += "git://review.tizen.org/profile/ivi/wayland-ivi-extension;tag=da1215f2271a7e77944f50072a3898f9db2b76cc;nobranch=1" +SRC_URI += "git://review.tizen.org/profile/ivi/wayland-ivi-extension;tag=3b85503152f78b98a1edb0381984966638156482;nobranch=1" BBCLASSEXTEND += " native " +B="${S}" \ No newline at end of file -- 2.7.4