From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [v2 -CONSOLIDATED PULL 06/14] pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES
Date: Tue, 18 Oct 2011 12:05:58 -0700 [thread overview]
Message-ID: <4E9DCE16.6060906@intel.com> (raw)
In-Reply-To: <CA+chaQfUYO5MZqKq5FCvx9D_yxXsGcg5KJo0RADXCB2BruhHPA@mail.gmail.com>
On 10/18/2011 11:49 AM, Martin Jansa wrote:
> On Sun, Oct 16, 2011 at 10:17 PM, Saul Wold<sgw@linux.intel.com> wrote:
>> From: Paul Eggleton<paul.eggleton@linux.intel.com>
>>
>> If "bluetooth" is in DISTRO_FEATURES then enable bluetooth and depend on
>> bluez4, otherwise disable it.
>>
>> Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com>
>> ---
>> meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 5 +++--
>> .../pulseaudio/pulseaudio_0.9.22.bb | 2 +-
>> .../pulseaudio/pulseaudio_0.9.23.bb | 2 +-
>> 3 files changed, 5 insertions(+), 4 deletions(-)
>
> It's not caused by this patch.. but if you're looking into pulseaudio,
> can you also fix this:
>
> Building man pages is using host perl and fails if there isn't
> XML/Parser.pm on host:
>
> | perl ./xmltoman default.pa.5.xml> default.pa.5 || rm -f default.pa.5
> | Can't locate XML/Parser.pm in @INC (@INC contains: /etc/perl
> /usr/lib64/perl5/site_perl/5.12.4/x86_64-linux
> /usr/lib64/perl5/site_perl/5.12.4
> /usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux
> /usr/lib64/perl5/vendor_perl/5.12.4 /usr/lib
> 64/perl5/site_perl /usr/lib64/perl5/vendor_perl
> /usr/lib64/perl5/5.12.4/x86_64-linux /usr/lib64/perl5/5.12.4
> /usr/local/lib/site_perl .) at ./xmltoman line 21.
> | BEGIN failed--compilation aborted at ./xmltoman line 21.
> | test -z "/usr/share/man/man1" || /bin/mkdir -p
> "/OE/shr-core/tmp/work/armv7a-vfp-neon-oe-linux-gnueabi/pulseaudio-0.9.23-r5/image/usr/share/man/man1"
> | /usr/bin/install -c -m 644 ./pulseaudio.1 ./esdcompat.1
> ./pax11publish.1 ./paplay.1 ./pacat.1 ./pacmd.1 ./pactl.1
> ./pasuspender.1 ./padsp.1 ./pabrowse.1
> '/OE/shr-core/tmp/work/armv7a-vfp-neon-oe-linux-gnueabi/pulseaudio-0.9.23-r5/image/usr/share/man/man1'
> | /usr/bin/install: cannot stat `./pulseaudio.1': No such file or directory
> | /usr/bin/install: cannot stat `./esdcompat.1': No such file or directory
> | /usr/bin/install: cannot stat `./pax11publish.1': No such file or directory
> | /usr/bin/install: cannot stat `./paplay.1': No such file or directory
> | /usr/bin/install: cannot stat `./pacat.1': No such file or directory
> | /usr/bin/install: cannot stat `./pacmd.1': No such file or directory
> | /usr/bin/install: cannot stat `./pactl.1': No such file or directory
> | /usr/bin/install: cannot stat `./pasuspender.1': No such file or directory
> | /usr/bin/install: cannot stat `./padsp.1': No such file or directory
> | /usr/bin/install: cannot stat `./pabrowse.1': No such file or directory
> | make[3]: *** [install-man1] Error 1
> | make[3]: Leaving directory
> `/OE/shr-core/tmp/work/armv7a-vfp-neon-oe-linux-gnueabi/pulseaudio-0.9.23-r5/pulseaudio-0.9.23/man'
>
> inherit perlnative works for me as work around as it puts perl
> perl-native in PATH before host perl and XML/Parser.pm is installed in
> native sysroot, but maybe you'll find cleaner solution (maybe patching
> Makefile to use env perl will be enough).
>
Martin,
Could you please file this as a bug in bugzilla.yoctoproject.org.
Thanks
Sau!
> Regards,
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2011-10-18 19:11 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-16 20:17 [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 01/14] bind: update to 9.8.1 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 02/14] resolvconf: Update to 1.61 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 03/14] default-provider: also define a default provider for gconf-native Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 04/14] qt4: Added support for QtMobility 1.2 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 05/14] cmake : Disable building ccmake Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 06/14] pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES Saul Wold
2011-10-18 18:49 ` Martin Jansa
2011-10-18 19:05 ` Saul Wold [this message]
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 07/14] bluez4: disable hidd, pand & dund Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 08/14] glib-2.0: Add nativesdk depends for libffi Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 09/14] qmmp: Fix QA Packaging Errors Saul Wold
2011-10-17 12:33 ` Richard Purdie
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 10/14] libomxil: Fix QA Package Errors Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 11/14] Distro Tracking: Fix dates Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 12/14] sysprof: remove duplicated patch Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 13/14] mktemp: Add patch to fix parallel make install Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 14/14] screen: " Saul Wold
2011-10-17 12:33 ` [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E9DCE16.6060906@intel.com \
--to=saul.wold@intel.com \
--cc=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox