[oe-commits] Henning Heinold : eject: inherit gettext to honour USE_NLS

git version control git at git.openembedded.org
Fri Sep 11 01:34:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bcc5de7935874cb2e5673526398ddf3a08e9812f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bcc5de7935874cb2e5673526398ddf3a08e9812f

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Sep 11 03:22:24 2009 +0200

eject: inherit gettext to honour USE_NLS

---

 recipes/eject/eject_2.1.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/eject/eject_2.1.5.bb b/recipes/eject/eject_2.1.5.bb
index 7cf7188..6d53aee 100644
--- a/recipes/eject/eject_2.1.5.bb
+++ b/recipes/eject/eject_2.1.5.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control."
 LICENSE = "GPLv2"
 
-inherit autotools
+inherit autotools gettext
 
 SRC_URI = "http://ca.geocities.com/jefftranter@rogers.com/eject-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list