From 8370077581a4675d0e4e191dd3a1ffddcb2daed5 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Tue, 14 Jul 2009 18:06:10 -0700 Subject: autofs: pass RANLIB into the build. Signed-off-by: Jeremy Puhlman --- recipes/autofs/autofs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/autofs') 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 -- cgit 1.2.3-korg