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-perl/recipes-perl/libhtml | |
| 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-perl/recipes-perl/libhtml')
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | 4 | ||||
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb index 9047d9f4bf..19b61d168b 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | |||
| @@ -19,7 +19,7 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} | |||
| 19 | inherit cpan | 19 | inherit cpan |
| 20 | 20 | ||
| 21 | do_compile() { | 21 | do_compile() { |
| 22 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 22 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
| 23 | cpan_do_compile | 23 | cpan_do_compile |
| 24 | } | 24 | } |
| 25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb index 8eb0e06a04..56dc19c85a 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | |||
| @@ -25,17 +25,17 @@ DEPENDS += "libmodule-build-perl-native \ | |||
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | RPROVIDES_${PN} = " libhtml-element-perl \ | 27 | RPROVIDES_${PN} = " libhtml-element-perl \ |
| 28 | libhtml-tree-assubs-perl \ | 28 | libhtml-tree-assubs-perl \ |
| 29 | libhtml-tree-perl \ | 29 | libhtml-tree-perl \ |
| 30 | libhtml-treebuilder-perl \ | 30 | libhtml-treebuilder-perl \ |
| 31 | " | 31 | " |
| 32 | 32 | ||
| 33 | RDEPENDS_${PN} = " perl-module-b \ | 33 | RDEPENDS_${PN} = " perl-module-b \ |
| 34 | perl-module-base \ | 34 | perl-module-base \ |
| 35 | perl-module-strict \ | 35 | perl-module-strict \ |
| 36 | perl-module-warnings \ | 36 | perl-module-warnings \ |
| 37 | perl-module-exporter \ | 37 | perl-module-exporter \ |
| 38 | perl-module-carp \ | 38 | perl-module-carp \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | BBCLASSEXTEND = "native" | 41 | BBCLASSEXTEND = "native" |
