diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 16:40:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:00 +0100 |
commit | bae5ced6eba78f1903e15d7f9dd7afc3c06e8955 (patch) | |
tree | 8a87bc9334e85c9e099dafb5d175ca55a52f28ff /meta/recipes-gnome/librsvg | |
parent | 9a514311fa062fa3f8bccc4c47e907f88221024a (diff) | |
download | openembedded-core-contrib-bae5ced6eba78f1903e15d7f9dd7afc3c06e8955.tar.gz |
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 <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |