[oe-commits] [meta-openembedded] 02/11: rrdtool: improve reproducibility

git at git.openembedded.org git at git.openembedded.org
Thu May 23 17:48:22 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7ea6a62a26f1247799321f7a9ad7ec58b4e2994e
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Thu May 23 16:06:19 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
index 63cdb7a..eaa5c71 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
@@ -35,7 +35,7 @@ am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packag
 --disable-python,python,"
 
 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}',  \
 --disable-perl,perl,"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list