diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 15:43:14 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 15:43:14 +0100 |
commit | 40d0c33b4a04347130fa9dba38f5287744a7f67a (patch) | |
tree | 82a2b5467f0d8f4597b8419499d5865c314f3991 /recipes | |
parent | 2e4f1691b3e26bf96e7f8f948919a3bba4c088a7 (diff) |
console-tools: inherit gettext
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/console-tools/console-tools_0.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/console-tools/console-tools_0.3.2.bb b/recipes/console-tools/console-tools_0.3.2.bb index 46c8a28ffc..0a7b99a5d6 100644 --- a/recipes/console-tools/console-tools_0.3.2.bb +++ b/recipes/console-tools/console-tools_0.3.2.bb @@ -19,7 +19,7 @@ do_compile () { oe_runmake 'SUBDIRS=${SUBDIRS}' } -inherit autotools +inherit autotools gettext acpaths = "-I ${WORKDIR}/config" |