summaryrefslogtreecommitdiff
path: root/genivi-demo-platform-hmi.bb
blob: 78a746fe4a74830862aca1b9f5593a1e33b315cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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)"
HOMEPAGE = "http://projects.genivi.org/genivi-demo-platform/"
LICENSE  = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"

DEPENDS = "wayland-ivi-extension weston dbus-c++ dbus-c++-native systemd"

# SRC_URI = "git://git.projects.genivi.org/genivi-demo-platform-hmi.git"
# SRCREV = ""
# S = "${WORKDIR}/git"

inherit autotools pkgconfig
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.4"