summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-04-04 16:40:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-05 14:49:07 +0100
commita195e0471d0df0ac26e00d6fcb3a2786e080a643 (patch)
treeaf6d558d8d4bacb36250d8fe097c6002ac7625ad /meta/recipes-devtools
parentf4267d962296afca9949ace94c043465d438d95e (diff)
downloadpoky-a195e0471d0df0ac26e00d6fcb3a2786e080a643.tar.gz
python3-pygobject: remove duplication in inherit
Since gnomebase class already inherits autotools and pkgconfig, there is no need to repeat it here. (From OE-Core rev: 2eb7ba6cb68e171c880bcb1fc614f1ae6b300e4f) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-pygobject_3.28.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb
index ad0117a2f4..97286f4e80 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5 5
6inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even 6inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even
7 7
8DEPENDS += "python3 glib-2.0" 8DEPENDS += "python3 glib-2.0"
9 9