aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-27 09:09:42 -0700
committerKhem Raj <raj.khem@gmail.com>2018-08-27 10:53:58 -0700
commit8d3d5299f463efb5e96404eb9e416199ec66e05c (patch)
tree1e2adf8776ea25d9c0b0ae7127597f03bb687b9c /meta-oe/recipes-extended
parentc6b76a898755197d74a5b66e7fb1d2884b9d8928 (diff)
downloadmeta-openembedded-8d3d5299f463efb5e96404eb9e416199ec66e05c.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb2
1 files changed, 1 insertions, 1 deletions
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 f2d7922078..7e82bd61a4 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}"