diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2014-08-13 19:39:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:19:50 +0100 |
commit | 7799774a76757be97e76b0568acdf5295ce73536 (patch) | |
tree | ad479e2fc1420f6715200280eee9224f8638c3bb | |
parent | b05cf36a1fcb0fc2d3795ab43481f6de01de2af2 (diff) | |
download | openembedded-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>
-rw-r--r-- | meta/recipes-core/systemd/systemd_213.bb | 2 |
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 4fb7ffc2265..ccdc10b8737 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" |