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-networking/recipes-support/pimd/pimd_2.1.8.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-networking/recipes-support/pimd/pimd_2.1.8.bb')
| -rw-r--r-- | meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb index 34690437d0..41b8f6d20d 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb | |||
| @@ -12,8 +12,8 @@ EXTRA_OEMAKE = "-e MAKEFLAGS=" | |||
| 12 | CFLAGS += "-I ${S}/include " | 12 | CFLAGS += "-I ${S}/include " |
| 13 | 13 | ||
| 14 | do_install() { | 14 | do_install() { |
| 15 | unset datadir | 15 | unset datadir |
| 16 | unset mandir | 16 | unset mandir |
| 17 | oe_runmake 'DESTDIR=${D}' install | 17 | oe_runmake 'DESTDIR=${D}' install |
| 18 | } | 18 | } |
| 19 | 19 | ||
