diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-11 03:22:24 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-11 03:26:19 +0200 |
commit | bcc5de7935874cb2e5673526398ddf3a08e9812f (patch) | |
tree | f9a888422453557c680b49c903dc306e3fe8d2af /recipes/eject | |
parent | fae7226fa006e8157fd802cd50f6643fa56060bb (diff) |
eject: inherit gettext to honour USE_NLS
Diffstat (limited to 'recipes/eject')
-rw-r--r-- | 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 7cf7188899..6d53aee9a7 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" |