From e2154b482e2cd93be209679bcd7bad7658839890 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Wed, 26 Dec 2018 19:58:43 +0900 Subject: Initial Commit : AGL world wide navigation app Navigation EG developed a new OSS navigation as the last activity. This commit is the first commit of new OSS navi app. This navigation application can navigate around the world. Change-Id: I33eebc680f46786e941628a64695dccdcbf0f960 Signed-off-by: chenwei Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/ondemandnavi_git.bb | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 recipes-demo-hmi/navigation/ondemandnavi_git.bb (limited to 'recipes-demo-hmi/navigation/ondemandnavi_git.bb') diff --git a/recipes-demo-hmi/navigation/ondemandnavi_git.bb b/recipes-demo-hmi/navigation/ondemandnavi_git.bb new file mode 100755 index 00000000..52fee098 --- /dev/null +++ b/recipes-demo-hmi/navigation/ondemandnavi_git.bb @@ -0,0 +1,36 @@ +SUMMARY = "AGL Reference On Demand Navigation application." +DESCRIPTION = "This application provides the function of Navigation to AGL. " +HOMEPAGE = "https://github.com/YoshitoMomiyama/aglqtnavigation.git" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +inherit qmake5 aglwgt pkgconfig + +SRC_URI = "git://github.com/YoshitoMomiyama/aglqtnavigation.git;branch=master \ + file://org.agl.naviapi.conf \ + " +SRCREV = "a6930c2dff988e45e18f91a2368d829c08942b30" + +DEPENDS += " qtbase qtquickcontrols2 \ + qlibhomescreen \ + qlibwindowmanager \ + qtlocation qtaglextras \ + " + +RDEPENDS_${PN} += " qtlocation \ + flite openjtalk \ + " + +RPROVIDES_${PN} = "virtual/navigation" + +S = "${WORKDIR}/git" + +do_install_append() { + install -d ${D}/etc/dbus-1/session.d/ + install -m 0644 ${WORKDIR}/org.agl.naviapi.conf ${D}/etc/dbus-1/session.d/ +} + +PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" + -- cgit 1.2.3-korg