mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2ac713540a
commit
21f7643939
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user