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:08 +0100 |
commit | 21f76439398728be919421499a3eb92a7c0d8552 (patch) | |
tree | abb2d35831e71b0fbff54899579c829c94d65558 /meta/recipes-gnome | |
parent | 2ac713540a5a800566a27c78ed60962e4d97ce2b (diff) | |
download | poky-21f76439398728be919421499a3eb92a7c0d8552.tar.gz |
librsvg: remove duplication in inherit
Since gnomebase class already inherits autotools and pkgconfig,
there is no need to repeat it here.
(From OE-Core rev: bae5ced6eba78f1903e15d7f9dd7afc3c06e8955)
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')
-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 cf17730fa7..e376d52ef3 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" | |||
12 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" | 12 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" |
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
14 | 14 | ||
15 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection | 15 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection |
16 | 16 | ||
17 | SRC_URI += "file://gtk-option.patch" | 17 | SRC_URI += "file://gtk-option.patch" |
18 | 18 | ||