diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 16:40:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:07 +0100 |
commit | a195e0471d0df0ac26e00d6fcb3a2786e080a643 (patch) | |
tree | af6d558d8d4bacb36250d8fe097c6002ac7625ad /meta/recipes-devtools | |
parent | f4267d962296afca9949ace94c043465d438d95e (diff) | |
download | poky-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.bb | 2 |
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" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
5 | 5 | ||
6 | inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even | 6 | inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even |
7 | 7 | ||
8 | DEPENDS += "python3 glib-2.0" | 8 | DEPENDS += "python3 glib-2.0" |
9 | 9 | ||