diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-21 15:13:54 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-07-16 08:36:57 -0700 |
commit | 855211ae7a224f96663862d4a0e58a90d945dd48 (patch) | |
tree | c22efe8c24a39dabba796a753fc2abe8b92a3c9b /scripts/combo-layer | |
parent | 8f30d41ede28a86564c402ce5b467e51aec6b15d (diff) | |
download | openembedded-core-855211ae7a224f96663862d4a0e58a90d945dd48.tar.gz openembedded-core-855211ae7a224f96663862d4a0e58a90d945dd48.tar.bz2 openembedded-core-855211ae7a224f96663862d4a0e58a90d945dd48.zip |
cpan.bbclass: Fix CCFLAGS.
We should not just replace CCFLAGS with CFLAGS while compiling, because
this may cause run-time errors with perl's DynaLoader.pm.
Tested on qemux86 with new libnet-libidn-perl bb recipe:
root@qemux86:~# perl -e "use Net::LibIDN"
Not a CODE reference at /usr/lib/perl/5.14.2//DynaLoader.pm line 213.
END failed--call queue aborted at /usr/lib/perl/vendor_perl/5.14.2//Net/LibIDN.pm line 213.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts/combo-layer')
0 files changed, 0 insertions, 0 deletions