base-files: add empty /etc/profile.d which can be filled by distro/machine profile...
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 08:48:51 +0000 (10:48 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 21:12:19 +0000 (23:12 +0200)
commitcf31c6671891d30cfd6fe4a2068692e33c130bf9
tree833a9e18fafd1820afc18af63d3a5bf33c8cb7fa
parentef13e630b11535b1aaab2db8f660e14f1f931dbf
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>
recipes/base-files/base-files/profile.d/empty [new file with mode: 0644]
recipes/base-files/base-files/shr/profile.d/gtk_im_module.sh [new file with mode: 0755]
recipes/base-files/base-files_3.0.14.bb