summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi, Xiaoming <lixm.fnst@cn.fujitsu.com>2020-08-20 10:50:11 +0800
committerLi, Xiaoming <lixm.fnst@cn.fujitsu.com>2020-08-20 10:50:11 +0800
commit673f310ea0138df95a868fc0c21c32b20daed30a (patch)
tree2f7b62590f4b3f3e18d7071fa9c156ac31977cae
parent84970ee3e99b215977d4d9c99584465748ed7854 (diff)
Bug-AGL: SPEC-2714 Change-Id: I3f9eb29f04046cd3ddccdcfb6aba71c889868aa6 Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r--README.md4
-rw-r--r--src/CMakeLists.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f5728c..6cf8899 100644
--- a/README.md
+++ b/README.md
@@ -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}
)