diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-03 02:06:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 02:06:32 +0000 |
commit | 584eab1457a3cfc4c54069e27a667df1d1c1f5af (patch) | |
tree | b9e1972ff4744f3f7dd4e986721258cf8248a58e | |
parent | a6b7480d8b8f91fe91d81ff7d59fd478acd621a1 (diff) |
ssmtp, nail: inhibit autotools stage in nail 11.21, ssmtp 2.61
-rw-r--r-- | packages/nail/nail_11.21.bb | 4 | ||||
-rw-r--r-- | packages/ssmtp/ssmtp_2.61.bb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/packages/nail/nail_11.21.bb b/packages/nail/nail_11.21.bb index 3162fb50b3..a4818c286a 100644 --- a/packages/nail/nail_11.21.bb +++ b/packages/nail/nail_11.21.bb @@ -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 diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb index acfa068cac..0f208da2df 100644 --- a/packages/ssmtp/ssmtp_2.61.bb +++ b/packages/ssmtp/ssmtp_2.61.bb @@ -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}' \ |