X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Flibhomescreen%2Flibhomescreen_git.bb;fp=recipes-demo-hmi%2Flibhomescreen%2Flibhomescreen_git.bb;h=0000000000000000000000000000000000000000;hb=c650bb7c454ba8d222fd13f9fd4810dc07e59dd3;hp=1c9a38ca8166ad47c44e9e08e1d7d1c27c6ea2f5;hpb=acc9b3c6ed77dd21f507ca410c7fe7a2c8087e39;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb deleted file mode 100644 index 1c9a38ca8..000000000 --- a/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb +++ /dev/null @@ -1,26 +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 = "d01f3c61041ff7b8d2d942f99680407ee10320bc" -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"