diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
| commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
| tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | |
| parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
| download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz | |
meta-oe: fix indentation
* remove tabs which sneaked in since last cleanup
* meta-oe layers are using consistent indentation with 4 spaces, see
http://www.openembedded.org/wiki/Styleguide
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/wayland/wayland-fits_git.bb')
| -rwxr-xr-x | meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb index 6852fd32c1..d060c4747c 100755 --- a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb +++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | |||
| @@ -26,7 +26,7 @@ PACKAGECONFIG[elementary] = "--enable-efl-tests,--disable-efl-tests,elementary" | |||
| 26 | PACKAGECONFIG[gtk+3] = "--enable-gtk-tests,--disable-gtk-tests,gtk+3" | 26 | PACKAGECONFIG[gtk+3] = "--enable-gtk-tests,--disable-gtk-tests,gtk+3" |
| 27 | 27 | ||
| 28 | do_install_append() { | 28 | do_install_append() { |
| 29 | rm -f ${D}/${libdir}/weston/*.la | 29 | rm -f ${D}/${libdir}/weston/*.la |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" | 32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" |
