SUMMARY = "GENIVI browser PoC" DESCRIPTION = "A D-Bus-based software component to test the \ usability and quality of a web browser that uses the D-Bus interface." LICENSE = "MPLv2" LIC_FILES_CHKSUM = "file://../COPYING;md5=815ca599c9df247a0c7f619bab123dad" SRCREV = "531bd41d00509840cf5dfc767995549c27211341" DEPENDS = "qtbase qtwebkit" SRC_URI = "git://git.projects.genivi.org/browser-poc.git \ file://COPYING \ " S = "${WORKDIR}/git" inherit qmake5 do_install_append() { mkdir -p ${D}/opt/browser/bin/ install ${B}/browser/browser ${D}/opt/browser/bin/ mkdir -p ${D}/opt/testapp/bin/ install ${B}/testapp/testapp ${D}/opt/testapp/bin/ } FILES_${PN} += "/opt/browser/bin/* \ /opt/demoui/* \ /opt/testapp/bin/* \ " FILES_${PN}-dbg += "/opt/browser/bin/.debug/* \ /opt/demoui/bin/.debug/* \ /opt/testapp/bin/.debug/* \ "