diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-31 04:20:53 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-07 10:56:39 +0200 |
commit | 150f3e9424287bdc683d192004772ba7a9269228 (patch) | |
tree | 20dd9ff06ed8055f7c4a9dcef2bf007f488c1198 /meta-oe/recipes-extended/libpwquality | |
parent | e9d4bf398967b6c9f91777c74dc94dc240c52e4d (diff) | |
download | meta-openembedded-150f3e9424287bdc683d192004772ba7a9269228.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-extended/libpwquality')
-rw-r--r-- | meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb | 2 |
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 4f5ec1438..daf6604f2 100644 --- a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb +++ b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.0.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
17 | DEPENDS = "cracklib virtual/gettext python3" | 17 | DEPENDS = "cracklib virtual/gettext python3" |
18 | RDEPENDS_python3-${PN} = "${PN}" | 18 | RDEPENDS_python3-${PN} = "${PN}" |
19 | 19 | ||
20 | inherit autotools python3native | 20 | inherit autotools python3native gettext |
21 | 21 | ||
22 | B = "${S}" | 22 | B = "${S}" |
23 | 23 | ||