mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 11:32:11 +00:00
* cherry-picked from langdale "postfix: Upgrade to 3.7.3" commit dd5226bed9cc76f2a26a1dce046d9de98c8b4cb4 without the upgrade. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
899 B
BlitzBasic
19 lines
899 B
BlitzBasic
require postfix.inc
|
|
|
|
SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
|
|
file://main.cf \
|
|
file://postfix \
|
|
file://internal_recipient \
|
|
file://postfix.service \
|
|
file://aliasesdb \
|
|
file://check_hostname.sh \
|
|
file://0001-Fix-makedefs.patch \
|
|
file://0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch \
|
|
file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
|
|
file://0004-Fix-icu-config.patch \
|
|
file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
|
|
file://0006-makedefs-Account-for-linux-6.x-version.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "e471df7e0eb11c4a1e574b6d7298f635386e2843b6b3584c25a04543d587e07f"
|
|
UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.6(\.\d+)+).tar.gz"
|