diff options
Diffstat (limited to 'meta-hmi-framework/recipes-demo-hmi')
3 files changed, 19 insertions, 11 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb index 1a566aec..a28e1ce3 100644 --- a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb @@ -19,7 +19,8 @@ DEPENDS = "\ inherit qmake5 systemd pkgconfig aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2c179df8e22fd1434c88b8595ddd65ec0ed48622" +SRCREV = "db9f41d75fb4460f668117c69be05c4d4d4c7c7c" +PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" diff --git a/meta-hmi-framework/recipes-demo-hmi/navigation/navigation_git.bbappend b/meta-hmi-framework/recipes-demo-hmi/navigation/navigation_git.bbappend deleted file mode 100755 index f0785935..00000000 --- a/meta-hmi-framework/recipes-demo-hmi/navigation/navigation_git.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -# AGL HMI Framework adaptation of navigation -# This recipe is integrated into navigation_git.bb when the meta-hmi-framework is integrated into meta-agl-demo. - -SRCREV = "${AUTOREV}" -SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=newwm2 \ - file://download_mapdata_jp.sh \ - file://download_mapdata_uk.sh \ -" -DEPENDS_append = " af-binder libwindowmanager virtual/libhomescreen " - diff --git a/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb b/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb new file mode 100644 index 00000000..629575c5 --- /dev/null +++ b/meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "Launcher of XDG application on AGL HMI Framework (2017)" +DESCRIPTION = "The command 'runxdg' is a launcher to execute XDG application \ + on AGL HMI Framework which using wayland-ivi-extension" +HOMEPAGE = "https://git.automotivelinux.org/staging/xdg-launcher" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +DEPENDS = "json-c wayland wayland-ivi-extension virtual/libhomescreen libwindowmanager" + +inherit cmake + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/xdg-launcher;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" |