diff options
| author | Jochen Schneider <jochen.schneider@gmail.com> | 2017-12-01 16:36:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-01 16:36:50 +0100 |
| commit | 3289bddc47d52673495c5274cf5a62f98c41dc9b (patch) | |
| tree | 6a31663eb28d3883d66f6c6b06f71ff03cebb79d | |
| parent | c8fa5c2e80da1a262065283e78255d30de2566f0 (diff) | |
| parent | 4a8889661693ce23880c73c2e35e3112ea55f139 (diff) | |
| download | meta-updater-3289bddc47d52673495c5274cf5a62f98c41dc9b.tar.gz | |
Merge pull request #195 from advancedtelematic/bugfix/aktualizeoecmake
Add spaces before "_append" clauses
| -rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 140a670..d6beecb 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -28,8 +28,8 @@ inherit cmake | |||
| 28 | BBCLASSEXTEND =+ "native" | 28 | BBCLASSEXTEND =+ "native" |
| 29 | 29 | ||
| 30 | EXTRA_OECMAKE = "-DWARNING_AS_ERROR=OFF -DCMAKE_BUILD_TYPE=Release -DAKTUALIZR_VERSION=${PV} " | 30 | EXTRA_OECMAKE = "-DWARNING_AS_ERROR=OFF -DCMAKE_BUILD_TYPE=Release -DAKTUALIZR_VERSION=${PV} " |
| 31 | EXTRA_OECMAKE_append_class-target = "-DBUILD_OSTREE=ON ${@bb.utils.contains('SOTA_CLIENT_FEATURES', 'hsm', '-DBUILD_P11=ON', '', d)} " | 31 | EXTRA_OECMAKE_append_class-target = " -DBUILD_OSTREE=ON ${@bb.utils.contains('SOTA_CLIENT_FEATURES', 'hsm', '-DBUILD_P11=ON', '', d)} " |
| 32 | EXTRA_OECMAKE_append_class-native = "-DBUILD_SOTA_TOOLS=ON -DBUILD_OSTREE=OFF " | 32 | EXTRA_OECMAKE_append_class-native = " -DBUILD_SOTA_TOOLS=ON -DBUILD_OSTREE=OFF " |
| 33 | 33 | ||
| 34 | do_install_append () { | 34 | do_install_append () { |
| 35 | rm -f ${D}${bindir}/aktualizr_cert_provider | 35 | rm -f ${D}${bindir}/aktualizr_cert_provider |
