Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
XRT-239: Update device-grove to use v1.2.1 device-sdk-c
Browse files Browse the repository at this point in the history
Signed-off-by: br <bindu@iotechsys.com>
  • Loading branch information
BinduRao2018 committed Jun 18, 2020
1 parent 908f703 commit 947c818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
6 changes: 3 additions & 3 deletions scripts/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ then
make
make install

wget https://github.com/edgexfoundry/device-sdk-c/archive/fuji.tar.gz
tar -xzf fuji.tar.gz
cd device-sdk-c-fuji
wget https://github.com/edgexfoundry/device-sdk-c/archive/v1.2.1.zip
unzip v1.2.1.zip
cd device-sdk-c-1.2.1
./scripts/build.sh
cp -rf include/* /usr/include/
cp build/release/c/libcsdk.so /usr/lib/
Expand Down

0 comments on commit 947c818

Please sign in to comment.