2010/10/26 Graham Gower <[email protected]>: > > pstoraster/gdevcups.c:74:25: fatal error: cups/raster.h: No such file or > directory > > Signed-off-by: Graham Gower <[email protected]> > --- > recipes/espgs/espgs_8.15.3.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/recipes/espgs/espgs_8.15.3.bb b/recipes/espgs/espgs_8.15.3.bb > index ba03f00..c2349e0 100644 > --- a/recipes/espgs/espgs_8.15.3.bb > +++ b/recipes/espgs/espgs_8.15.3.bb > @@ -2,7 +2,7 @@ DESCRIPTION = "ESP Ghostscript is an up-to-date GNU > Ghostscript distribution \ > including bug fixes, new drivers, and additional support for CUPS." > HOMEPAGE = "http://www.cups.org/espgs/" > SECTION = "libs" > -DEPENDS = "jpeg zlib libpng tiff fontconfig" > +DEPENDS = "jpeg zlib libpng tiff fontconfig cups" > LICENSE = "GPL" > PR = "r1" > >
Three small remarks: - not sure if changes like this require a PR bump. I always choose the the safe way and bump when in doubt. - it would be nice if, when you are fixing a recipe you would also improve the LICENSE = "GPL" thing - and there is also a 7.07.1 recipe. Should this apply to this version as well (or alternately should we remove that recipe?) Acked-by: Frans Meulenbroeks <[email protected]> _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
