aboutsummaryrefslogtreecommitdiffstats
path: root/packages/postfix/postfix-native_2.0.20.bb
blob: dbbad9b4504c6f4202c3f1c46e410c0394464ae4 (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "console/network"
require postfix_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/postfix-${PV}"
DEPENDS = "virtual/db-native pcre-native"
export DIRS = "src/util src/global src/postconf"

do_stage () {
	install -m 0755 src/postconf/postconf ${STAGING_BINDIR}/
}