[oe-commits] Peter Kjellerstedt : systemd: Inherit gettext

git at git.openembedded.org git at git.openembedded.org
Fri Aug 15 07:44:36 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: b2a74f0cf42e36b3c2d09ff3cff6e2d36e2d0310
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b2a74f0cf42e36b3c2d09ff3cff6e2d36e2d0310

Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Date:   Wed Aug 13 19:39:02 2014 +0200

systemd: Inherit gettext

Build fails otherwise if USE_NLS is set to "no".

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_213.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb
index 4fb7ffc..ccdc10b 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"
 



More information about the Openembedded-commits mailing list