aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2014-08-13 19:39:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:19:50 +0100
commit7799774a76757be97e76b0568acdf5295ce73536 (patch)
treead479e2fc1420f6715200280eee9224f8638c3bb /meta
parentb05cf36a1fcb0fc2d3795ab43481f6de01de2af2 (diff)
downloadopenembedded-core-contrib-7799774a76757be97e76b0568acdf5295ce73536.tar.gz
systemd: Inherit gettext
Build fails otherwise if USE_NLS is set to "no". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_213.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb
index 4fb7ffc226..ccdc10b873 100644
--- a/meta/recipes-core/systemd/systemd_213.bb
+++ b/meta/recipes-core/systemd/systemd_213.bb
@@ -15,7 +15,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
SECTION = "base/shell"
-inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest
+inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext
SRCREV = "c9679c652b3c31f2510e8805d81630680ebc7e95"