diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-06 18:48:09 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-07 01:14:28 +0000 |
commit | 71b030b834281b6c8493e66fd8d977c2e0d132ca (patch) | |
tree | 1a025a361d872ac1054ce7ceee78d67097ee8017 | |
parent | 5f5382f805354de39add45a9084216896b3a358c (diff) |
Add whitespaces
Need whitespaces to keep DISTRO_FEATURES have the correct list.
Change-Id: I4ea64cdf9781f6685363e7cb6ea3723814e63760
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc index 942cc06f..eba7b85d 100644 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -1,5 +1,5 @@ # In order to enable the hmi-framework features , # enables the following line: # -DISTRO_FEATURES_append = "agl-hmi-framework" +DISTRO_FEATURES_append = " agl-hmi-framework" PREFERRED_PROVIDER_virtual/libhomescreen = "libhomescreen-2017" |