mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
@@ -19,7 +19,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||||||
DEPENDS = "cracklib virtual/gettext python3"
|
DEPENDS = "cracklib virtual/gettext python3"
|
||||||
RDEPENDS_python3-libpwquality = "${PN}"
|
RDEPENDS_python3-libpwquality = "${PN}"
|
||||||
|
|
||||||
inherit autotools python3native gettext
|
inherit autotools distutils3-base gettext
|
||||||
|
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user