| Submitter | Khem Raj |
|---|---|
| Date | Oct. 23, 2011, 2:31 p.m. |
| Message ID | <1319380267-29794-2-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/13739/ |
| State | Accepted |
| Commit | 51f6a683ec1d740adf09d808671c7098dc3f83e2 |
| Headers | show |
Comments
On 10/23/2011 07:31 AM, Khem Raj wrote: > manpage generatition uses xmltoman utility > which inturn uses xml-parser. So we add > libxml-parser-perl-native to DEPENDS and also > inherit perlnative so it does not use the one > from build host > > Signed-off-by: Khem Raj<raj.khem@gmail.com> > --- > .../pulseaudio/pulseaudio_0.9.23.bb | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb > index 33f5e15..9521ab0 100644 > --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb > +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb > @@ -1,10 +1,10 @@ > require pulseaudio.inc > > -PR = "r5" > +PR = "r6" > > -DEPENDS += "gdbm speex" > +DEPENDS += "gdbm speex libxml-parser-perl-native" > > -inherit gettext > +inherit gettext perlnative > > SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \ > file://buildfix.patch \ This patch is already out there from Martin, I just submitted it in a CONSOLIDATED PULL. Sau!
On Sun, 2011-10-23 at 07:31 -0700, Khem Raj wrote: > manpage generatition uses xmltoman utility > which inturn uses xml-parser. So we add > libxml-parser-perl-native to DEPENDS and also > inherit perlnative so it does not use the one > from build host > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../pulseaudio/pulseaudio_0.9.23.bb | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb index 33f5e15..9521ab0 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb @@ -1,10 +1,10 @@ require pulseaudio.inc -PR = "r5" +PR = "r6" -DEPENDS += "gdbm speex" +DEPENDS += "gdbm speex libxml-parser-perl-native" -inherit gettext +inherit gettext perlnative SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \ file://buildfix.patch \
manpage generatition uses xmltoman utility which inturn uses xml-parser. So we add libxml-parser-perl-native to DEPENDS and also inherit perlnative so it does not use the one from build host Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../pulseaudio/pulseaudio_0.9.23.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)