summaryrefslogtreecommitdiff
path: root/packages/python/python-vorbis-1.3/disable-oggcheck.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-20 21:14:37 +0000
committerChris Larson <clarson@kergoth.com>2004-12-20 21:14:37 +0000
commit0d0f5a40443ea8fcdc6e711f260ecb9203eb543b (patch)
tree9d0895605c6d1c3650656959fa650c7ab06f92fe /packages/python/python-vorbis-1.3/disable-oggcheck.patch
parent7802bd81f08aac69e5015a86bd8704749365202c (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded 2004/12/20 16:14:26-05:00 handhelds.org!kergoth Add time 1.7, a command that runs another program and displays information about the resources used by it. BKrev: 41c740bdLuvEII7lwIv9ed9LJ1pwrA
Diffstat (limited to 'packages/python/python-vorbis-1.3/disable-oggcheck.patch')
0 files changed, 0 insertions, 0 deletions
> 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> 2012-06-05cpan.bbclass: Fix config error while patches to Makefile.PLXin Ouyang1 If there is a patch to Makefile.PL, a Makefile.PL but no Makefile will be placed in ${B}/.pc/xxx.patch/ after do_patch. And no Makefile will be generated for *this* Makefile.PL. While do_configure, the original code tries to sed Makefiles matching with each Makefile.PL in {B}, so this would fail. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> 2011-09-07cpan.bbclass: fix native perl issueSaul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com>