From: Maxin B. John Date: Wed, 4 Apr 2018 13:40:38 +0000 (+0300) Subject: librsvg: remove duplication in inherit X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae5ced6eba78f1903e15d7f9dd7afc3c06e8955;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git librsvg: remove duplication in inherit Since gnomebase class already inherits autotools and pkgconfig, there is no need to repeat it here. Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb index cf17730fa73..e376d52ef30 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb @@ -12,7 +12,7 @@ SECTION = "x11/utils" DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" BBCLASSEXTEND = "native" -inherit autotools pkgconfig gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection +inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection SRC_URI += "file://gtk-option.patch"