diff options
author | Danomi Manchego <danomimanchego123@gmail.com> | 2015-07-20 21:59:24 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-21 23:42:36 +0200 |
commit | c30dd5de91404744bbe2a5ffece0d00ce68f1f64 (patch) | |
tree | bd02ddc3d653706bd78f7cd4902e7f97657f11ca /package/qt5/qt5base/0007-big_endian-fix_destformat.patch | |
parent | 751f6f5af501983cc2b05fc9519fb0b1c7b57733 (diff) | |
download | buildroot-c30dd5de91404744bbe2a5ffece0d00ce68f1f64.tar.gz buildroot-c30dd5de91404744bbe2a5ffece0d00ce68f1f64.zip |
perl: only run finalize hook when necessary
The PERL_FINALIZE_TARGET always runs, even if perl is not installed.
This results in errors from the find command when it fails to find
anything, even when doing "make -s":
>>> Finalizing target directory
find: `...../output/target/usr/lib/perl5/': No such file or directory
find: `...../output/target/usr/lib/perl5/': No such file or directory
find: `...../output/target/usr/lib/perl5/': No such file or directory
This is not helpful for projects that do not select Perl. Silence this
by making the hook conditional on package selection.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5base/0007-big_endian-fix_destformat.patch')
0 files changed, 0 insertions, 0 deletions