From 7799774a76757be97e76b0568acdf5295ce73536 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 13 Aug 2014 19:39:02 +0200 Subject: systemd: Inherit gettext Build fails otherwise if USE_NLS is set to "no". Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_213.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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" -- cgit 1.2.3-korg