ssmtp, nail: inhibit autotools stage in nail 11.21, ssmtp 2.61
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:06:32 +0000 (02:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:06:32 +0000 (02:06 +0000)
packages/nail/nail_11.21.bb
packages/ssmtp/ssmtp_2.61.bb

index 3162fb5..a4818c2 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "console/network"
 PRIORITY = "optional"
 MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
 DEPENDS = "openssl"
-PR = "r1"
+PR = "r2"
 LICENSE = "GPL"
 
 SRC_URI = "http://optusnet.dl.sourceforge.net/sourceforge/nail/nail-11.21.tar.bz2 \
@@ -15,6 +15,8 @@ inherit autotools
 
 # EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes"
 
+INHIBIT_AUTO_STAGE = "1"
+
 do_install() {
        install -d ${D}${bindir} ${D}${mandir} ${D}${sysconfdir}
        install -m 0755 ${S}nail ${D}${bindir}/nail
index acfa068..0f208da 100644 (file)
@@ -3,7 +3,7 @@ MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
 DEPENDS = "openssl"
 DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub."
 LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
            file://ldflags.patch;patch=1 \
@@ -20,6 +20,8 @@ do_compile () {
        oe_runmake 'LDFLAGS=${LDFLAGS}'
 }
 
+INHIBIT_AUTO_STAGE = "1"
+
 do_install () {
        oe_runmake 'prefix=${D}${prefix}' 'exec_prefix=${D}${exec_prefix}' \
                   'bindir=${D}${bindir}' 'mandir=${D}${mandir}' \