diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 15:41:10 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-01 05:01:36 +0000 |
commit | 730e08f62bef386e5830d3b7122bc3adf087abde (patch) | |
tree | a9f8d6970428b6ebb8a7a2e6dba2b64d52855da4 /meta-hmi-framework | |
parent | 4f6401ba7ea4962a3e152e64190679da4ef9e56e (diff) |
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 <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'meta-hmi-framework')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/agl-service-homescreen-2017/agl-service-homescreen-2017_git.bb | 16 |
1 files changed, 2 insertions, 14 deletions
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 |