From 814cfa84e94a2eb5e0756fdec5e936fc0f7d0c58 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 16 Dec 2015 08:59:07 +0000 Subject: meta-tizen: tizen-platform-config: Fix embedded script indentation (Common) Then delimiter will be used, and source file written correctly. Without, bitbake did not fail but raise a warning like this: warning: here-document at line 11 delimited by end-of-file (wanted `ENDOFCAT') Change-Id: I951e01b714c33041f4b0a3c88ad1924a561bbc1d (From meta-tizen rev: 312a51b98c0892638d898e6fa2b46514f020a3d5) Signed-off-by: Philippe Coval --- .../tizen-platform-config.inc | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/meta-tizen/meta-tizen-common-base/recipes-core/tizen-platform-config/tizen-platform-config.inc b/meta-tizen/meta-tizen-common-base/recipes-core/tizen-platform-config/tizen-platform-config.inc index 347c9ccee3..cfcc6036f4 100644 --- a/meta-tizen/meta-tizen-common-base/recipes-core/tizen-platform-config/tizen-platform-config.inc +++ b/meta-tizen/meta-tizen-common-base/recipes-core/tizen-platform-config/tizen-platform-config.inc @@ -119,24 +119,24 @@ pkg_postinst_${PN}() { HOME="$D${sysconfdir}/skel" . "$D${sysconfdir}/tizen-platform.conf" cat << ENDOFCAT | - $TZ_USER_HOME User::Home true - $TZ_USER_APPROOT User::Home true - $TZ_USER_CONTENT User::Home true - $TZ_USER_CAMERA User::App::Shared true - $TZ_USER_DOCUMENTS User::App::Shared true - $TZ_USER_DOWNLOADS User::App::Shared true - $TZ_USER_GAMES User::App::Shared true - $TZ_USER_IMAGES User::App::Shared true - $TZ_USER_OTHERS User::App::Shared true - $TZ_USER_SOUNDS User::App::Shared true - $TZ_USER_VIDEOS User::App::Shared true - $TZ_USER_SHARE User::App::Shared true - $TZ_USER_APP User false - $TZ_USER_DB User false - $TZ_USER_DESKTOP User false - $TZ_USER_ICONS User::Home true - $TZ_USER_PACKAGES User false - ENDOFCAT +$TZ_USER_HOME User::Home true +$TZ_USER_APPROOT User::Home true +$TZ_USER_CONTENT User::Home true +$TZ_USER_CAMERA User::App::Shared true +$TZ_USER_DOCUMENTS User::App::Shared true +$TZ_USER_DOWNLOADS User::App::Shared true +$TZ_USER_GAMES User::App::Shared true +$TZ_USER_IMAGES User::App::Shared true +$TZ_USER_OTHERS User::App::Shared true +$TZ_USER_SOUNDS User::App::Shared true +$TZ_USER_VIDEOS User::App::Shared true +$TZ_USER_SHARE User::App::Shared true +$TZ_USER_APP User false +$TZ_USER_DB User false +$TZ_USER_DESKTOP User false +$TZ_USER_ICONS User::Home true +$TZ_USER_PACKAGES User false +ENDOFCAT LANG= sort | while read skelname context transmute; do mkdir -p "$skelname" chsmack -a "$context" "$skelname" -- cgit v1.2.3