summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-09-07 16:47:34 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-09-07 16:48:43 +0900
commitc5dd94e5d5f6cf7a46d12e9d29825c119495f1cd (patch)
treea333f0442b59e4bd223ccfce3570b8154d9c095d /recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
parent275a2454c777a5306f02cda81b63a3a8e45b8d6e (diff)
Change libhomescreen-2017 to libhomescreenflounder_5.99.6flounder/5.99.65.99.6
Change libhomescreen-2017 to libhomescreen recipes, Detele libhomescreen-2017 recipes. Change-Id: Ib87676fb34a593fedb72ca635a49742578c40efc Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb')
-rw-r--r--recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
deleted file mode 100644
index 5c84ebe5..00000000
--- a/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-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} \
- file://org.agl.statusbar.conf \
- "
-SRCREV = "d22ffadbe9fcb13144264e71da300bdf56724906"
-S = "${WORKDIR}/git"
-
-do_install_append() {
- mkdir -p ${D}${sysconfdir}/dbus-1/session.d
- install -m 0644 ${WORKDIR}/org.agl.statusbar.conf ${D}${sysconfdir}/dbus-1/session.d
-}
-
-RDEPENDS_${PN} = "agl-service-homescreen"
-PROVIDES += "virtual/libhomescreen"