[oe-commits] [meta-openembedded] 05/28: libpwquality: Inherit distutils3-base

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 01:33:00 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 8d3d5299f463efb5e96404eb9e416199ec66e05c
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Aug 27 09:09:42 2018 -0700

    libpwquality: Inherit distutils3-base
    
    its building a module therefore its important to provide correct cross
    build environment, distutils3-base automatically inherits python3native
    this is seen when using clang where it tried to link with gcc since the
    environment falls back to builtin LDSHARED variable
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb
index f2d7922..7e82bd6 100644
--- a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb
+++ b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb
@@ -19,7 +19,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 DEPENDS = "cracklib virtual/gettext python3"
 RDEPENDS_python3-libpwquality = "${PN}"
 
-inherit autotools python3native gettext
+inherit autotools distutils3-base gettext
 
 B = "${S}"
 

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


More information about the Openembedded-commits mailing list