diff options
-rw-r--r-- | packages/autofs/autofs_4.1.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/autofs/autofs_4.1.4.bb b/packages/autofs/autofs_4.1.4.bb index 57689d8f6e..7d40bee8d5 100644 --- a/packages/autofs/autofs_4.1.4.bb +++ b/packages/autofs/autofs_4.1.4.bb @@ -8,12 +8,12 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2 ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.4-non-replicated-ping.patch;patch=1 \ file://cross.patch;patch=1 \ file://Makefile.rules-cross.patch;patch=1" + +inherit autotools EXTRA_OEMAKE="TARGET_PREFIX=${TARGET_PREFIX}" PARALLEL_MAKE = "" -inherit autotools - do_configure_prepend () { if [ ! -e acinclude.m4 ]; then cp aclocal.m4 acinclude.m4 |