mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
rrdtool: improve reproducibility
- Pass var-CFLAGS (contains -fdebug-prefix-map) to perl Makefile.pl to strip build path prefix - Do not generate .packlist which contains build path. (it refers cpan_do_configure in cpan.bbclass) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packag
|
|||||||
--disable-python,python,"
|
--disable-python,python,"
|
||||||
|
|
||||||
PACKAGECONFIG[perl] = \
|
PACKAGECONFIG[perl] = \
|
||||||
"--enable-perl=yes --with-perl-options='INSTALLDIRS="vendor"' \
|
"--enable-perl=yes --with-perl-options='INSTALLDIRS="vendor" CCFLAGS="${CFLAGS}" NO_PACKLIST=1' \
|
||||||
ac_cv_path_PERL_CC='${CC}', \
|
ac_cv_path_PERL_CC='${CC}', \
|
||||||
--disable-perl,perl,"
|
--disable-perl,perl,"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user