summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils
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/libextutils
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/libextutils')
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb34
1 files changed, 17 insertions, 17 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb
index 1566f75be..bc368ea77 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb
@@ -22,26 +22,26 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
22inherit cpan 22inherit cpan
23 23
24RDEPENDS_${PN} = " perl-module-carp \ 24RDEPENDS_${PN} = " perl-module-carp \
25 perl-module-cwd \ 25 perl-module-cwd \
26 perl-module-dynaloader \ 26 perl-module-dynaloader \
27 perl-module-extutils-cbuilder \ 27 perl-module-extutils-cbuilder \
28 perl-module-extutils-makemaker \ 28 perl-module-extutils-makemaker \
29 perl-module-file-basename \ 29 perl-module-file-basename \
30 perl-module-file-spec \ 30 perl-module-file-spec \
31 perl-module-lib \ 31 perl-module-lib \
32 perl-module-symbol \ 32 perl-module-symbol \
33 perl-module-test-more \ 33 perl-module-test-more \
34" 34"
35 35
36RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ 36RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \
37 libextutils-parsexs-countlines-perl \ 37 libextutils-parsexs-countlines-perl \
38 libextutils-parsexs-eval-perl \ 38 libextutils-parsexs-eval-perl \
39 libextutils-parsexs-utilities-perl \ 39 libextutils-parsexs-utilities-perl \
40 libextutils-typemaps-perl \ 40 libextutils-typemaps-perl \
41 libextutils-typemaps-cmd-perl \ 41 libextutils-typemaps-cmd-perl \
42 libextutils-typemaps-inputmap-perl \ 42 libextutils-typemaps-inputmap-perl \
43 libextutils-typemaps-outputmap-perl \ 43 libextutils-typemaps-outputmap-perl \
44 libextutils-typemaps-type-perl \ 44 libextutils-typemaps-type-perl \
45" 45"
46 46
47BBCLASSEXTEND = "native" 47BBCLASSEXTEND = "native"