[oe-commits] Jeremy Puhlman : autofs: pass RANLIB into the build.

git version control git at git.openembedded.org
Wed Nov 4 12:03:59 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8370077581a4675d0e4e191dd3a1ffddcb2daed5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8370077581a4675d0e4e191dd3a1ffddcb2daed5

Author: Jeremy Puhlman <jpuhlman at mvista.com>
Date:   Tue Jul 14 18:06:10 2009 -0700

autofs: pass RANLIB into the build.

Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>

---

 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 08c0074..badadb5 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
 





More information about the Openembedded-commits mailing list