summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
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:21:48 +0100
commit9f6d86758f2e92a0058771fd451e3f864b4ead3f (patch)
treeac611be0c92daeead7b8bbd0f2719aa055c589e7 /meta/recipes-core/systemd
parent8247293cf53e93046fbcbd9b49294795de0e610e (diff)
downloadpoky-9f6d86758f2e92a0058771fd451e3f864b4ead3f.tar.gz
systemd: Inherit gettext
Build fails otherwise if USE_NLS is set to "no". (From OE-Core rev: 7799774a76757be97e76b0568acdf5295ce73536) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-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)}"
15 15
16SECTION = "base/shell" 16SECTION = "base/shell"
17 17
18inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest 18inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext
19 19
20SRCREV = "c9679c652b3c31f2510e8805d81630680ebc7e95" 20SRCREV = "c9679c652b3c31f2510e8805d81630680ebc7e95"
21 21