From: Jeremy Puhlman Date: Wed, 15 Jul 2009 01:06:10 +0000 (-0700) Subject: autofs: pass RANLIB into the build. X-Git-Tag: Release-2010-05/1~1802^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8370077581a4675d0e4e191dd3a1ffddcb2daed5;p=openembedded.git autofs: pass RANLIB into the build. Signed-off-by: Jeremy Puhlman --- 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