autofs: inherit autotools *before* overriding EXTRA_OEMAKE
authorRaymond Danks <raymond@edanks.com>
Thu, 1 Jun 2006 22:22:36 +0000 (22:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 1 Jun 2006 22:22:36 +0000 (22:22 +0000)
packages/autofs/autofs_4.1.4.bb

index 57689d8..7d40bee 100644 (file)
@@ -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