summaryrefslogtreecommitdiff
path: root/genivi-demo-platform-hmi.bb
diff options
context:
space:
mode:
authorHolger Behrens <holger.behrens@windriver.com>2015-02-13 12:13:58 +0100
committerHolger Behrens <holger.behrens@windriver.com>2015-02-13 12:13:58 +0100
commit1faf63f8a7a557450bac238ddc1fb95593eadd08 (patch)
tree4c9909c63b44d310acdb66106d654ad18f98bd81 /genivi-demo-platform-hmi.bb
parentb35fcff59281e81b9fdb64448c5a9d011e0d9a28 (diff)
downloadgenivi-demo-platform-hmi-1faf63f8a7a557450bac238ddc1fb95593eadd08.tar.gz
genivi-demo-platform-hmi: uprev to version 0.3
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
Diffstat (limited to 'genivi-demo-platform-hmi.bb')
-rw-r--r--genivi-demo-platform-hmi.bb27
1 files changed, 4 insertions, 23 deletions
diff --git a/genivi-demo-platform-hmi.bb b/genivi-demo-platform-hmi.bb
index 979e2bc..d5d05e3 100644
--- a/genivi-demo-platform-hmi.bb
+++ b/genivi-demo-platform-hmi.bb
@@ -1,12 +1,12 @@
# Copyright (C) 2015 GENIVI Alliance
# Released under the MIT license (see COPYING.MIT for the terms)
-SUMMARY = "Simple HMI for the GENIVI Demo Platform (GDP)"
+SUMMARY = "Simple HMI for the GENIVI Demo Platform (GDP)"
HOMEPAGE = "http://projects.genivi.org/genivi-demo-platform/"
-LICENSE = "MPL-2.0"
+LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
-DEPENDS = "wayland-ivi-extension weston"
+DEPENDS = "wayland-ivi-extension weston dbus-c++ dbus-c++-native systemd"
# SRC_URI = "git://git.projects.genivi.org/genivi-demo-platform-hmi.git"
# SRCREV = ""
@@ -17,23 +17,4 @@ inherit externalsrc
EXTERNALSRC = "/home/holger/Projects/GDP/stash.wrs.com/genivi-demo-platform-hmi"
# make sure this matches the version given in configure.ac
-PV = "0.2"
-
-# by default the plugin should end up as:
-# /usr/lib/weston/genivi-demo-platform-hmi.so
-# to load this plugin you need to add this (.so) to your weston.ini ivi-module
-FILES_${PN} += "\
- ${datadir}/weston/* \
- ${libdir}/weston/genivi-demo-platform-hmi.so \
- "
-FILES_${PN}-dev += "\
- ${libdir}/weston/genivi-demo-platform-hmi.la \
- "
-FILES_${PN}-dbg += "\
- ${libdir}/weston/.debug/* \
- "
-
-do_install_append() {
- install -d ${D}${datadir}/weston
- install -m 0444 ${S}/assets/GDP_Panel.png ${D}${datadir}/weston/GDP_Panel.png
-}
+PV = "0.3"