diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-30 22:20:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-31 23:03:01 +0100 |
commit | dd949e754522a90a478a80f33278d04868d9b0a1 (patch) | |
tree | e548d0809414179857fbfe5b9207f03867facda8 | |
parent | 23e9a8835e5b756ce91c7cdf924fdc45778cdb41 (diff) | |
download | poky-dd949e754522a90a478a80f33278d04868d9b0a1.tar.gz |
perl: fix whitespace
There was some tabs embedded in spaces, fix those.
(From OE-Core rev: 96cf9a881405faec5fb6f3f305fd29c5f14fd52f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.30.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.0.bb b/meta/recipes-devtools/perl/perl_5.30.0.bb index e3664290e3..ce280cb1cb 100644 --- a/meta/recipes-devtools/perl/perl_5.30.0.bb +++ b/meta/recipes-devtools/perl/perl_5.30.0.bb | |||
@@ -179,7 +179,7 @@ perl_package_preprocess () { | |||
179 | ${PKGD}${libdir}/perl5/${PV}/Config.pm \ | 179 | ${PKGD}${libdir}/perl5/${PV}/Config.pm \ |
180 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ | 180 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ |
181 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pod \ | 181 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pod \ |
182 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_git.pl \ | 182 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_git.pl \ |
183 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy.pl \ | 183 | ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy.pl \ |
184 | ${PKGD}${libdir}/perl5/${PV}/ExtUtils/Liblist/Kid.pm \ | 184 | ${PKGD}${libdir}/perl5/${PV}/ExtUtils/Liblist/Kid.pm \ |
185 | ${PKGD}${libdir}/perl5/${PV}/FileCache.pm \ | 185 | ${PKGD}${libdir}/perl5/${PV}/FileCache.pm \ |
@@ -192,7 +192,7 @@ require perl-ptest.inc | |||
192 | FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ | 192 | FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ |
193 | ${libdir}/perl5/site_perl \ | 193 | ${libdir}/perl5/site_perl \ |
194 | ${libdir}/perl5/${PV}/Config.pm \ | 194 | ${libdir}/perl5/${PV}/Config.pm \ |
195 | ${libdir}/perl5/${PV}/*/Config_git.pl \ | 195 | ${libdir}/perl5/${PV}/*/Config_git.pl \ |
196 | ${libdir}/perl5/${PV}/*/Config_heavy-target.pl \ | 196 | ${libdir}/perl5/${PV}/*/Config_heavy-target.pl \ |
197 | ${libdir}/perl5/config.sh \ | 197 | ${libdir}/perl5/config.sh \ |
198 | ${libdir}/perl5/${PV}/strict.pm \ | 198 | ${libdir}/perl5/${PV}/strict.pm \ |