diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-14 00:51:50 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2017-02-24 12:00:27 -0600 |
commit | 715942d85d5511a81922a8c6747300b1d55428b5 (patch) | |
tree | 601ab34b370268dfa65d1bb6c94e050736a54b32 | |
parent | 8b0a262869b9321ba1b2b30615bab817b9eb82a1 (diff) | |
download | meta-selinux-715942d85d5511a81922a8c6747300b1d55428b5.tar.gz |
policycoreutils: add gettext-native to DEPENDS
Fixed:
msgfmt -o af.mo af.po
make[1]: msgfmt: Command not found
make[1]: *** [af.mo] Error 127
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-security/selinux/policycoreutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selinux/policycoreutils.inc index 7b75efe..fe01004 100644 --- a/recipes-security/selinux/policycoreutils.inc +++ b/recipes-security/selinux/policycoreutils.inc | |||
@@ -17,7 +17,7 @@ PAM_SRC_URI = "file://pam.d/newrole \ | |||
17 | file://pam.d/run_init \ | 17 | file://pam.d/run_init \ |
18 | " | 18 | " |
19 | 19 | ||
20 | DEPENDS += "libsepol libselinux libsemanage libcap" | 20 | DEPENDS += "libsepol libselinux libsemanage libcap gettext-native" |
21 | EXTRA_DEPENDS = "libcap-ng libcgroup setools" | 21 | EXTRA_DEPENDS = "libcap-ng libcgroup setools" |
22 | DEPENDS += "${@['', '${EXTRA_DEPENDS}']['${PN}' != '${BPN}-native']}" | 22 | DEPENDS += "${@['', '${EXTRA_DEPENDS}']['${PN}' != '${BPN}-native']}" |
23 | 23 | ||