summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-08-18 18:53:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:56:28 +0200
commit289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch)
treef9551306e700a0ba0218177f3ec417f76d1f5759 /meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
parentf2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff)
downloadmeta-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/libhtml-tree-perl_5.03.bb')
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb16
1 files changed, 8 insertions, 8 deletions
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
27RPROVIDES_${PN} = " libhtml-element-perl \ 27RPROVIDES_${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
33RDEPENDS_${PN} = " perl-module-b \ 33RDEPENDS_${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
41BBCLASSEXTEND = "native" 41BBCLASSEXTEND = "native"