mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
33c4e075db
Fix build with kernel >= 5.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
526 B
BlitzBasic
13 lines
526 B
BlitzBasic
require postfix.inc
|
|
|
|
SRC_URI += "file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
|
|
file://postfix-install.patch \
|
|
file://icu-config.patch \
|
|
file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
|
|
file://linux_5.x.patch \
|
|
"
|
|
SRC_URI[md5sum] = "d292bb49a1c79ff6d2eb9c5e88c51425"
|
|
SRC_URI[sha256sum] = "8c9763f7a8ec70d499257b7f25bb50e1f3da8a4c43e59826ba8a26c4a778d0ce"
|
|
|
|
UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.3(\.\d+)+).tar.gz"
|