diff options
author | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-08-20 10:50:11 +0800 |
---|---|---|
committer | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-08-20 10:50:11 +0800 |
commit | 673f310ea0138df95a868fc0c21c32b20daed30a (patch) | |
tree | 2f7b62590f4b3f3e18d7071fa9c156ac31977cae | |
parent | 84970ee3e99b215977d4d9c99584465748ed7854 (diff) |
Fix outdated repo url and binding labelkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish/9.99.4jellyfish/9.99.39.99.49.99.310.93.010.92.010.91.0
Bug-AGL: SPEC-2714
Change-Id: I3f9eb29f04046cd3ddccdcfb6aba71c889868aa6
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ ## Installation ```bash -git clone --recurse-submodules https://github.com/iotbzh/agl-service-harvester.git -cd agl-service-harvester.git +git clone https://gerrit.automotivelinux.org/gerrit/apps/agl-service-harvester +cd agl-service-harvester mkdir build && cd build cmake .. && make ``` diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6ad1233..2c5cc85 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,7 +30,7 @@ PROJECT_TARGET_ADD(harvester) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES PREFIX "afb-" - LABELS "BINDINGV2" + LABELS "BINDING" LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) |