mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libpwquality: fix do_qa_configure issue
... |ERROR: libpwquality-1.4.0-r0 do_configure: gettext-native required but not in DEPENDS for file |tmp/work/core2-64-poky-linux/libpwquality/1.4.0-r0/libpwquality-1.4.0/configure.ac. |Missing inherit gettext? ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
DEPENDS = "cracklib virtual/gettext python3"
|
||||
RDEPENDS_python3-${PN} = "${PN}"
|
||||
|
||||
inherit autotools python3native
|
||||
inherit autotools python3native gettext
|
||||
|
||||
B = "${S}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user