summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}
)