Change-Id: Ib22529e6615d448b9528d2aef75e43edf41dc7c8
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
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() {
PACKAGES += " genivi-shell-dbg "
FILES_genivi-shell-dbg = "${prefix}/lib/weston/.debug/ivi-controller.so"
+
+B="${S}"
\ No newline at end of file
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