summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-10-25 15:32:55 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-02 12:03:44 +0000
commite96107e981c04b71e81986dc2528e06ae7515488 (patch)
tree35cc7e82c500fdb89a67c9213241010ae33fe5b8 /recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc
parentd1ed12cdcc4552695ab461d38a3e466ece2aac69 (diff)
Add a new include file for new framework homescreen
Rename old libhomescreen_git.bb to libhomescreen-old.inc for old homscreen. Add a new include file named libhomescreen-2017.inc for new framework homescreen. In the libhomescreen_git.bb 'require' the respective include file based on DISTRO_FEATURES contains " agl-hmi-framework " or not. [Patch Sets 5] Follow Jan-Simon comments, add new include file. Change old include file SRCREV to old revison. <f5c14333d2170ae9babed53ea530828569a830ff> [Patch Sets 6] Change libhomescreen-2017.inc SRCREV to master revison. <390902a6b002c6af183c939749fdebfcc4b3e839> BUG-AGL: SPEC-993 Change-Id: I4789a25d1079b99fe35917446227bc5ef773dd46 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc')
-rw-r--r--recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc b/recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc
new file mode 100644
index 00000000..75ac0e50
--- /dev/null
+++ b/recipes-demo-hmi/libhomescreen/libhomescreen-2017.inc
@@ -0,0 +1,11 @@
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+DEPENDS = "af-binder json-c"
+
+inherit cmake
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git;protocol=http;branch=master"
+SRCREV = "390902a6b002c6af183c939749fdebfcc4b3e839"
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "agl-service-homescreen-2017"