]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pygobject: remove duplication in inherit
authorMaxin B. John <maxin.john@intel.com>
Wed, 4 Apr 2018 13:40:35 +0000 (16:40 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 13:49:00 +0000 (14:49 +0100)
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>
meta/recipes-devtools/python/python3-pygobject_3.28.1.bb

index ad0117a2f4bc7bd2e0568c27a0c5d971e23d2dde..97286f4e80d90e47f5f3b4b160e5d5651814795e 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 
-inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
+inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even
 
 DEPENDS += "python3 glib-2.0"