From 730e08f62bef386e5830d3b7122bc3adf087abde Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 23 Oct 2017 15:41:10 +0900 Subject: Delete do_install sections for libhomescreen As we split libhomescreen from agl-service-homescreen-2017, also delete the libhomescreen installation from the recipes. Related Commit: https://gerrit.automotivelinux.org/gerrit/#/c/11413/ BUG-AGL: SPEC-993 Change-Id: If47f69c495a0cac066fa62624c1e5860f5182352 Signed-off-by: zheng_wenlong --- .../agl-service-homescreen-2017_git.bb | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb') diff --git a/meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb index a07bc1dc..a20ed357 100644 --- a/meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb @@ -1,7 +1,6 @@ SUMMARY = "Homescreen binding and client library for application" DESCRIPTION = "Homescreen 2017 is the binding library" HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-homescreen-2017" -S = "${WORKDIR}/git" SECTION = "HMI" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" @@ -10,16 +9,5 @@ inherit cmake aglwgt DEPENDS = "dbus glib-2.0 af-binder json-c" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-homescreen-2017;protocol=https;branch=master" -SRCREV = "e0163d2b8daae98ced81f4bc737998c00858e771" - -do_install_append() { - install -d ${D}/usr/lib/pkgconfig - install -m 0644 ${B}/homescreen.pc ${D}/usr/lib/pkgconfig - - install -d ${D}/usr/include - install -m 0644 ${S}/include/libhomescreen.hpp ${D}/usr/include - - install -d ${D}/usr/lib - install -m 0755 ${B}/libhomescreen/libhomescreen.so ${D}/usr/lib/libhomescreen.so.0.1 - ln -sf libhomescreen.so.0.1 ${D}/usr/lib/libhomescreen.so -} +SRCREV = "09143a0949dee0077cd9681356877b71ec4c99fb" +S = "${WORKDIR}/git" \ No newline at end of file -- cgit 1.2.3-korg