| Submitter | Ross Burton |
|---|---|
| Date | Sept. 13, 2012, 10:04 a.m. |
| Message ID | <1347530671-16622-1-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/36459/ |
| State | Accepted |
| Commit | 7a71050fdd0b1489c29df82b3e9b2a6da560523b |
| Headers | show |
Comments
On 09/13/2012 03:04 AM, Ross Burton wrote: > Signed-off-by: Ross Burton <ross.burton@intel.com> > --- > meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb > index 6eba686..364f6f2 100644 > --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb > +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb > @@ -11,11 +11,11 @@ DEPENDS = "gtk+ libcroco cairo libxml2 popt" > DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" > BBCLASSEXTEND = "native" > > -PR = "r7" > +PR = "r8" > > inherit autotools pkgconfig gnome gtk-doc > > -EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" > +EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco" > > SRC_URI += "file://doc_Makefile.patch" > > Merged 2 of the 3 into OE-Core Thanks Sau!
Patch
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 6eba686..364f6f2 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb @@ -11,11 +11,11 @@ DEPENDS = "gtk+ libcroco cairo libxml2 popt" DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" BBCLASSEXTEND = "native" -PR = "r7" +PR = "r8" inherit autotools pkgconfig gnome gtk-doc -EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" +EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco" SRC_URI += "file://doc_Makefile.patch"
Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)