[oe-commits] [meta-openembedded] 09/26: python-pygobject: Remove duplication in inherit

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 17:44:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 203a973f57977e02e2b4ff1d36a7b1d61401365c
Author: Niko Mauno <niko.mauno at iki.fi>
AuthorDate: Sat Dec 1 19:57:12 2018 +0200

    python-pygobject: Remove duplication in inherit
    
    Reflect following change in Pythonv3 variant of this recipe
    http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta?id=a195e0471d0df0ac26e00d6fcb3a2786e080a643
    and drop redundant inherit for autotools and pkgconfig also here
    
    Signed-off-by: Niko Mauno <niko.mauno at iki.fi>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
index b2af3fa..a030df9 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 
-inherit autotools pkgconfig gnomebase gobject-introspection distutils-base upstream-version-is-even
+inherit gnomebase gobject-introspection distutils-base upstream-version-is-even
 
 DEPENDS += "python glib-2.0"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list