X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;h=2115804b1cb79b23b746b94da36641436bc76ffd;hb=385d4e75e158bb1b5b0e0456ec4b25b242172431;hp=a30b235449e164f0a5021c300979b55d2b555828;hpb=7551ca17700f3faadeb1406af4f0717109e4444c;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index a30b23544..2115804b1 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -24,7 +24,9 @@ SRCREV = "${AUTOREV}" # PV needs to be modified with SRCPV to work AUTOREV correctly PV = "0.0+git${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http \ + file://homescreen.pc.in \ + file://dbus-homescreen.conf.in" PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" @@ -39,16 +41,24 @@ 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 + +# claneys: add dbus policy to make wifi/bluetooth status icon working as quick +# workaround. (jira.automotivelinux.org : SPEC-377) + install -d ${D}/etc/dbus-1/session.d + install -m 0644 ${WORKDIR}/dbus-homescreen.conf.in ${D}/etc/dbus-1/session.d/homescreen.conf # kooltux: still some problem with paths inside .pc file # error at build time: # ERROR: homescreen-git-r0 do_populate_sysroot: QA Issue: homescreen.pc failed sanity test (tmpdir) in path /xdt/build/tmp/work/cortexa15hf-neon-agl-linux-gnueabi/homescreen/git-r0/sysroot-destdir/usr/lib/pkgconfig [pkgconfig] # -# install -d ${D}${libdir}/pkgconfig -# install -m 0644 ${B}/libhomescreen/pkgconfig/homescreen.pc ${D}${libdir}/pkgconfig/ + install -d ${D}${libdir}/pkgconfig + install -m 0644 ${WORKDIR}/homescreen.pc.in ${D}${libdir}/pkgconfig/homescreen.pc + sed -i s:OEPREFIX:${prefix}:g ${D}${libdir}/pkgconfig/homescreen.pc + sed -i s:OELIBDIR:${libdir}:g ${D}${libdir}/pkgconfig/homescreen.pc + sed -i s:OEINCDIR:${includedir}:g ${D}${libdir}/pkgconfig/homescreen.pc install -d ${D}${includedir} install -m 0644 ${S}/libhomescreen/include/libhomescreen.hpp ${D}${includedir}/