On (22/03/11 18:30), Henning Heinold wrote: > On Tue, Mar 22, 2011 at 10:19:54AM -0700, Khem Raj wrote: > > On (22/03/11 09:01), [email protected] wrote: > > > From: Henning Heinold <[email protected]> > > > > > > > > > Signed-off-by: Henning Heinold <[email protected]> > > > --- > > > recipes/cairo/cairo.inc | 9 ++++++++- > > > 1 files changed, 8 insertions(+), 1 deletions(-) > > > > > > diff --git a/recipes/cairo/cairo.inc b/recipes/cairo/cairo.inc > > > index c60d7d9..fad50b3 100644 > > > --- a/recipes/cairo/cairo.inc > > > +++ b/recipes/cairo/cairo.inc > > > @@ -1,15 +1,22 @@ > > > SECTION = "libs" > > > PRIORITY = "optional" > > > -DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender > > > glib-2.0" > > > DESCRIPTION = "Cairo graphics library" > > > LICENSE = "MPL LGPL" > > > > > > +DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender > > > glib-2.0" > > > + > > > +DEPENDS_append_arm = " libatomic-ops" > > > +DEPENDS_append_mips = " libatomic-ops" > > > +DEPENDS_append_mipsel = " libatomic-ops" > > > +DEPENDS_append_ppc = " libatomic-ops" > > > + > > No, > > but how do you will filter it? We have no versions dep in bitbake.
Yes a limitation. If it will still let gcc use its atomics if they exist then we can live with unused dependency. Can you put a comment saying that you can ammend the deps if you are using a gcc/arch combo which supports atomics ? > > Bye Henning > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- -Khem _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
