From: Naoto Yamaguchi Date: Tue, 13 Dec 2016 12:09:17 +0000 (+0900) Subject: Fixed an issue that libhomescreen can not be used X-Git-Tag: 3.0.0~59 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F7569%2F1;p=AGL%2Fmeta-agl-demo.git Fixed an issue that libhomescreen can not be used libhomescreen symbolic link is incorrect in Homescreen recipe. This means that you can not build the application. Fixing this problem will allow you to build the application. Change-Id: Ifa6439a485db0205be5062d35791ce836fa832eb Signed-off-by: Naoto Yamaguchi --- diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index a30b23544..7bef3a280 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -39,9 +39,9 @@ do_install() { install -d ${D}${libdir} install -m 0644 ${B}/libhomescreen/libhomescreen.so.1.0.0 ${D}${libdir}/ - ln -sf ${libdir}/libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so - ln -sf ${libdir}/libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so.1 - ln -sf ${libdir}/libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so.1.0 + ln -sf libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so + ln -sf libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so.1 + ln -sf libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so.1.0 # kooltux: still some problem with paths inside .pc file # error at build time: