diff options
Diffstat (limited to 'packages/postfix')
-rw-r--r-- | packages/postfix/postfix-2.0.20/install.patch (renamed from packages/postfix/postfix-2.0.15/install.patch) | 0 | ||||
-rw-r--r-- | packages/postfix/postfix-2.0.20/makedefs.patch (renamed from packages/postfix/postfix-2.0.15/makedefs.patch) | 0 | ||||
-rw-r--r-- | packages/postfix/postfix-native_2.0.20.bb (renamed from packages/postfix/postfix-native_2.0.15.bb) | 0 | ||||
-rw-r--r-- | packages/postfix/postfix_2.0.15.bb | 23 | ||||
-rw-r--r-- | packages/postfix/postfix_2.0.20.bb | 0 |
5 files changed, 0 insertions, 23 deletions
diff --git a/packages/postfix/postfix-2.0.15/install.patch b/packages/postfix/postfix-2.0.20/install.patch index e69de29bb2..e69de29bb2 100644 --- a/packages/postfix/postfix-2.0.15/install.patch +++ b/packages/postfix/postfix-2.0.20/install.patch diff --git a/packages/postfix/postfix-2.0.15/makedefs.patch b/packages/postfix/postfix-2.0.20/makedefs.patch index e69de29bb2..e69de29bb2 100644 --- a/packages/postfix/postfix-2.0.15/makedefs.patch +++ b/packages/postfix/postfix-2.0.20/makedefs.patch diff --git a/packages/postfix/postfix-native_2.0.15.bb b/packages/postfix/postfix-native_2.0.20.bb index e69de29bb2..e69de29bb2 100644 --- a/packages/postfix/postfix-native_2.0.15.bb +++ b/packages/postfix/postfix-native_2.0.20.bb diff --git a/packages/postfix/postfix_2.0.15.bb b/packages/postfix/postfix_2.0.15.bb deleted file mode 100644 index 483e95f19c..0000000000 --- a/packages/postfix/postfix_2.0.15.bb +++ /dev/null @@ -1,23 +0,0 @@ -SECTION = "console/network" -DEPENDS = "db3 pcre postfix-native" -LICENSE = "IPL" -SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ - file://${FILESDIR}/makedefs.patch;patch=1 \ - file://${FILESDIR}/install.patch;patch=1" -S = "${WORKDIR}/postfix-${PV}" - -export SYSLIBS = "-lpcre -ldb -lnsl -lresolv ${LDFLAGS}" -export EXPORT = "AUXLIBS='-lpcre' CCARGS='-DHAS_PCRE ${CFLAGS}' OPT='' DEBUG='-g'" -export CC_append = " -DHAS_PCRE ${CFLAGS}" -export EXTRA_OEMAKE = "-e" -export POSTCONF = "${STAGING_BINDIR}/postconf" - -do_compile () { - unset CFLAGS CPPFLAGS CXXFLAGS - oe_runmake makefiles - oe_runmake -} - -do_install () { - sh ./postfix-install 'install_root=${D}' -non-interactive -} diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/postfix/postfix_2.0.20.bb |