summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2015-12-16 08:59:07 +0000
committerPhilippe Coval <philippe.coval@osg.samsung.com>2016-01-11 20:33:37 +0100
commit814cfa84e94a2eb5e0756fdec5e936fc0f7d0c58 (patch)
treea61dd96acd628c07437591f4bd69982e5fa68dfd
parent3b40e268bc3d64a20004c48fcc616a6ed9cfaef0 (diff)
downloadtizen-distro-814cfa84e94a2eb5e0756fdec5e936fc0f7d0c58.tar.gz
tizen-distro-814cfa84e94a2eb5e0756fdec5e936fc0f7d0c58.tar.bz2
tizen-distro-814cfa84e94a2eb5e0756fdec5e936fc0f7d0c58.zip
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 <philippe.coval@osg.samsung.com>
-rw-r--r--meta-tizen/meta-tizen-common-base/recipes-core/tizen-platform-config/tizen-platform-config.inc36
1 files 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"