Am Sonntag, den 20.11.2011, 09:50 -0800 schrieb Khem Raj: > Import patch from oe.dev rev 7c33f2e906a20e139d53b4f2d8fbc2773a4725b3 > to fix bluez build when using uclibc > > cgit link here > > http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=7c33f2e906a20e139d53b4f2d8fbc2773a4725b3 > > Signed-off-by: Khem Raj <[email protected]> > --- > .../pulseaudio-0.9.23/fix_bluez_build.patch | 26 > ++++++++++++++++++++ > .../pulseaudio/pulseaudio_0.9.23.bb | 3 +- > 2 files changed, 28 insertions(+), 1 deletions(-) > create mode 100644 > meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch > > diff --git > a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch > b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch > new file mode 100644 > index 0000000..fbb22d7 > --- /dev/null > +++ > b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch > @@ -0,0 +1,26 @@ > +using uClibc $(INTLLIBS) is not empty but set to -lintl > +this means that AM_LIBADD wont be empty as well and hence > +a missing space which otherwise works starts to show up as error > + > +| make[4]: *** No rule to make target `-lintl', needed by > `libbluetooth-ipc.la'. Stop. > +| make[4]: Leaving directory > `/home/kraj/work/angstrom/sources/openembedded-core/build/tmp-uclibc/work/armv5te-oe-linux-uclibceabi/pulseaudio-0.9.23-r7/pulseaudio-0.9.23/src' > +| make[3]: *** [all-recursive] Error 1 > + > +We add missing space > + > +Signed-off-by: Khem Raj <[email protected]> > + > +Upstream-Status: Pending
It is committed upstream as far as I know. […] Thanks, Paul
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
