]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: Inherit gettext
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 13 Aug 2014 17:39:02 +0000 (19:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:19:50 +0000 (18:19 +0100)
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>
meta/recipes-core/systemd/systemd_213.bb

index 4fb7ffc2265b5cf351a1f1be8b8e946bdc1a909e..ccdc10b8737b61289a2df0b928c8c3da9ddaf9ff 100644 (file)
@@ -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"