summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-04-04 16:40:38 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-05 14:49:08 +0100
commit21f76439398728be919421499a3eb92a7c0d8552 (patch)
treeabb2d35831e71b0fbff54899579c829c94d65558 /meta/recipes-gnome/librsvg
parent2ac713540a5a800566a27c78ed60962e4d97ce2b (diff)
downloadpoky-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/librsvg')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.40.20.bb2
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"
12DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" 12DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango"
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
14 14
15inherit autotools pkgconfig gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection 15inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection
16 16
17SRC_URI += "file://gtk-option.patch" 17SRC_URI += "file://gtk-option.patch"
18 18