Delete do_install sections for libhomescreen 55/11455/5
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 23 Oct 2017 06:41:10 +0000 (15:41 +0900)
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>
Wed, 1 Nov 2017 05:01:36 +0000 (05:01 +0000)
    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 <wenlong_zheng@nexty-ele.com>
meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb

index a07bc1d..a20ed35 100644 (file)
@@ -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