X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;h=80d402b05f09e167417b793559945e6a19b8a459;hb=16c00939e1d79f875f714f0e3bc33c42002c03a0;hp=e8e3af00a7821ad1a84b68b177468f9dae6ad465;hpb=59d55e10d860c1878e9b6c1a629da018e821b1dc;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 e8e3af00a..80d402b05 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -1,78 +1,28 @@ SUMMARY = "AGL Home Screen Application" -DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFrameworkBinderAGL + WindowManager + InputEventManager + two sample apps (QML and Qtwidget)" -HOMEPAGE = "https://wiki.automotivelinux.org/homescreen" +DESCRIPTION = "AGL Home Screen Application build with recipe method" +HOMEPAGE = "http://docs.automotivelinux.org" LICENSE = "Apache-2.0" SECTION = "apps" -S = "${WORKDIR}/git/" +LIC_FILES_CHKSUM = "file://homescreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -inherit qmake5 systemd -DEPENDS = " qtbase " +DEPENDS = "\ + qtbase \ + qtdeclarative \ + qtquickcontrols2 \ + agl-service-homescreen \ + agl-service-windowmanager \ + agl-service-weather \ + libqtappfw \ + qlibwindowmanager \ + libhomescreen \ +" -# for HomeScreenAppFrameworkBinderTizen: -#DEPENDS += " pkgmgr-info aul " -# for WindowManager: -DEPENDS += " wayland-ivi-extension " -# for libhomescreen -DEPENDS += " glib-2.0 " -# for sample apps -DEPENDS += " qtdeclarative qtquickcontrols2 " +inherit qmake5 systemd pkgconfig aglwgt -LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRCREV = "${AUTOREV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http" +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" -PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" - -do_install() { - install -d ${D}/usr/AGL/${PN} - install -m 0755 ${B}/HomeScreen/HomeScreen ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/SampleAppTimeDate/SampleAppTimeDate ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/SampleHomeScreenInterfaceApp/SampleHomeScreenInterfaceApp ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/WindowManager/WindowManager ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/InputEventManager/InputEventManager ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/SampleNavigationApp/SampleNavigationApp ${D}/usr/AGL/${PN}/ - install -m 0755 ${B}/SampleMediaApp/SampleMediaApp ${D}/usr/AGL/${PN}/ - - 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 - - - install -d ${D}${systemd_user_unitdir} - install -m 0644 ${S}/HomeScreen/conf/HomeScreen.service ${D}${systemd_user_unitdir} - install -m 0644 ${S}/HomeScreenAppFrameworkBinderAGL/conf/HomeScreenAppFrameworkBinderAGL.service ${D}${systemd_user_unitdir} - install -m 0644 ${S}/InputEventManager/conf/InputEventManager.service ${D}${systemd_user_unitdir} - install -m 0644 ${S}/WindowManager/conf/WindowManager.service ${D}${systemd_user_unitdir} - - install -d ${D}${sysconfdir}/systemd/user/default.target.wants - ln -sf ${systemd_user_unitdir}/WindowManager.service ${D}${sysconfdir}/systemd/user/default.target.wants - ln -sf ${systemd_user_unitdir}/HomeScreen.service ${D}${sysconfdir}/systemd/user/default.target.wants -} - -FILES_${PN} += "/usr/AGL/${PN}/ ${libdir} ${systemd_user_unitdir}" -FILES_${PN}-dbg += "/usr/AGL/${PN}/.debug" - - -############################################# -# this has to be set up later... -############################################# -#PACKAGES =+ "libhomescreen libhomescreen-dev libhomescreen-dbg" -# -#FILES_libhomescreen = "\ -# ${libdir}/libhomescreen.so.* \ -#" -#FILES_libhomescreen-dev = "\ -# ${includedir}/libhomescreen.hpp \ -# ${libdir}/libhomescreen.so \ -# ${libdir}/pkgconfig/libhomescreen.pc \ -#" -#FILES_libhomescreen-dbg = "\ -# ${libdir}/.debug/libhomescreen.so.* \ -#" -#RDEPENDS_libhomescreen-dbg += "${PN}-dbg libhomescreen-dev" -# -#RDEPENDS_${PN}-dev += "libhomescreen-dev" +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git/" +PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:"