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:00 +0100 |
commit | 2eb7ba6cb68e171c880bcb1fc614f1ae6b300e4f (patch) | |
tree | 8b560bcc2260fcc30b29c6842b7ca8452a82456d | |
parent | b15089b014b95a8730f622ca4959b42ed15cb175 (diff) | |
download | openembedded-core-2eb7ba6cb68e171c880bcb1fc614f1ae6b300e4f.tar.gz openembedded-core-2eb7ba6cb68e171c880bcb1fc614f1ae6b300e4f.tar.bz2 openembedded-core-2eb7ba6cb68e171c880bcb1fc614f1ae6b300e4f.zip |
python3-pygobject: remove duplication in inherit
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>
-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" 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" |