| Submitter | Eric BENARD |
|---|---|
| Date | Feb. 20, 2012, 7:57 a.m. |
| Message ID | <1329724653-2094-1-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/21427/ |
| State | New |
| Headers | show |
Comments
Hi Eric On Sun, Feb 19, 2012 at 11:57 PM, Eric Bénard <eric@eukrea.com> wrote: > else if orc is detected the compilation fails with missing headers which > should have been generated by orc (using meta-angstrom + meta-openembedded > and and armv7 target) some typos in summary and commit message otherwise ok. > > Signed-off-by: Eric Bénard <eric@eukrea.com> > --- > meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc > index 38ecba5..ca3a28d 100644 > --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc > +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc > @@ -29,6 +29,7 @@ EXTRA_OECONF = "\ > --with-oss \ > --without-hal \ > --disable-hal \ > + --disable-orc \ > --with-access-group=audio \ > " > > -- > 1.7.7.6 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On 02/20/2012 08:19 AM, Khem Raj wrote: > Hi Eric > > On Sun, Feb 19, 2012 at 11:57 PM, Eric Bénard<eric@eukrea.com> wrote: >> else if orc is detected the compilation fails with missing headers which >> should have been generated by orc (using meta-angstrom + meta-openembedded >> and and armv7 target) > > some typos in summary and commit message otherwise ok. >> >> Signed-off-by: Eric Bénard<eric@eukrea.com> >> --- >> meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc >> index 38ecba5..ca3a28d 100644 >> --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc >> +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc >> @@ -29,6 +29,7 @@ EXTRA_OECONF = "\ >> --with-oss \ >> --without-hal \ >> --disable-hal \ >> + --disable-orc \ >> --with-access-group=audio \ >> " >> >> -- Needs a PR Bump Sau!
Patch
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 38ecba5..ca3a28d 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -29,6 +29,7 @@ EXTRA_OECONF = "\ --with-oss \ --without-hal \ --disable-hal \ + --disable-orc \ --with-access-group=audio \ "
else if orc is detected the compilation fails with missing headers which should have been generated by orc (using meta-angstrom + meta-openembedded and and armv7 target) Signed-off-by: Eric Bénard <eric@eukrea.com> --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)