mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:27:46 +00:00
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>
This commit is contained in:
parent
c6b76a8987
commit
8d3d5299f4
@ -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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user