diff options
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/sota-client-cpp/sota-client-cpp_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-sota/sota-client-cpp/sota-client-cpp_git.bb b/recipes-sota/sota-client-cpp/sota-client-cpp_git.bb index b3c841c..07982b3 100644 --- a/recipes-sota/sota-client-cpp/sota-client-cpp_git.bb +++ b/recipes-sota/sota-client-cpp/sota-client-cpp_git.bb | |||
@@ -10,7 +10,7 @@ inherit cmake systemd | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | SRCREV = "7194ec4aa39f71157af66751098340c854537817" | 13 | SRCREV = "a974dc2eea47594a6177f4c69c2d937a819aa7b3" |
14 | 14 | ||
15 | SRC_URI = " \ | 15 | SRC_URI = " \ |
16 | git://github.com/advancedtelematic/sota_client_cpp \ | 16 | git://github.com/advancedtelematic/sota_client_cpp \ |
@@ -19,6 +19,8 @@ SRC_URI = " \ | |||
19 | DEPENDS = "boost curl openssl" | 19 | DEPENDS = "boost curl openssl" |
20 | RDEPENDS = "" | 20 | RDEPENDS = "" |
21 | 21 | ||
22 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | ||
23 | |||
22 | do_install() { | 24 | do_install() { |
23 | install -d ${D}${bindir} | 25 | install -d ${D}${bindir} |
24 | install -m 0755 ${WORKDIR}/build/target/sota_client ${D}${bindir}/sota_client_cpp | 26 | install -m 0755 ${WORKDIR}/build/target/sota_client ${D}${bindir}/sota_client_cpp |