diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2009-07-14 18:06:10 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-11-03 13:33:53 -0700 |
commit | 8370077581a4675d0e4e191dd3a1ffddcb2daed5 (patch) | |
tree | 848efc0eedf0006896d4a2067ae691848c8f392a | |
parent | 5c4f5bec443bd8733b3accceb90d73c267d46c58 (diff) |
autofs: pass RANLIB into the build.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
-rw-r--r-- | recipes/autofs/autofs.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/autofs/autofs.inc b/recipes/autofs/autofs.inc index 08c0074428..badadb524a 100644 --- a/recipes/autofs/autofs.inc +++ b/recipes/autofs/autofs.inc @@ -1,7 +1,8 @@ DESCRIPTION = "Kernel based automounter for linux." SECTION = "base" LICENSE = "GPL" -INC_PR = "r3" +INC_PR = "r4" +EXTRA_OEMAKE += "'RANLIB=${RANLIB}'" inherit autotools |