aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/base-files/base-files
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 10:48:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 23:12:19 +0200
commitcf31c6671891d30cfd6fe4a2068692e33c130bf9 (patch)
tree833a9e18fafd1820afc18af63d3a5bf33c8cb7fa /recipes/base-files/base-files
parentef13e630b11535b1aaab2db8f660e14f1f931dbf (diff)
downloadopenembedded-cf31c6671891d30cfd6fe4a2068692e33c130bf9.tar.gz
base-files: add empty /etc/profile.d which can be filled by distro/machine profile scripts
* used for gtk_im_module.sh in SHR * would be better to be able to fill it from more sources (maybe put profile.d.machine, profile.d.distro, profile.d directories and install all files to target profile.d), is it worth it? * /etc/profile.d/empty is used to prevent install call not failing because /profile.d/* not found Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/base-files/base-files')
-rw-r--r--recipes/base-files/base-files/profile.d/empty0
-rwxr-xr-xrecipes/base-files/base-files/shr/profile.d/gtk_im_module.sh1
2 files changed, 1 insertions, 0 deletions
diff --git a/recipes/base-files/base-files/profile.d/empty b/recipes/base-files/base-files/profile.d/empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/recipes/base-files/base-files/profile.d/empty
diff --git a/recipes/base-files/base-files/shr/profile.d/gtk_im_module.sh b/recipes/base-files/base-files/shr/profile.d/gtk_im_module.sh
new file mode 100755
index 0000000000..29cf0dbf41
--- /dev/null
+++ b/recipes/base-files/base-files/shr/profile.d/gtk_im_module.sh
@@ -0,0 +1 @@
+export GTK_IM_MODULE=xim