diff options
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb b/meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb new file mode 100644 index 0000000000..e91e677790 --- /dev/null +++ b/meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require postfix.inc | ||
2 | |||
3 | SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ | ||
4 | file://main.cf \ | ||
5 | file://postfix \ | ||
6 | file://internal_recipient \ | ||
7 | file://postfix.service \ | ||
8 | file://aliasesdb \ | ||
9 | file://check_hostname.sh \ | ||
10 | file://0001-Fix-makedefs.patch \ | ||
11 | file://0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch \ | ||
12 | file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ | ||
13 | file://0004-Fix-icu-config.patch \ | ||
14 | file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ | ||
15 | " | ||
16 | SRC_URI[sha256sum] = "e471df7e0eb11c4a1e574b6d7298f635386e2843b6b3584c25a04543d587e07f" | ||
17 | UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.6(\.\d+)+).tar.gz" | ||