summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb')
-rw-r--r--recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
new file mode 100644
index 00000000..918d2ec0
--- /dev/null
+++ b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "AGL Home Screen Library"
+DESCRIPTION = "libhomescreen"
+HOMEPAGE = "http://docs.automotivelinux.org"
+LICENSE = "Apache-2.0"
+SECTION = "libs"
+
+BBCLASSEXTEND = " nativesdk"
+
+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=https;branch=${AGL_BRANCH}"
+SRCREV = "390902a6b002c6af183c939749fdebfcc4b3e839"
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "agl-service-homescreen-2017"
+PROVIDES += "virtual/libhomescreen"