blob: 49922f61ddca904d9b03033d6985ec40f693e5f5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "console/network"
include postfix_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/postfix-${PV}"
DEPENDS = "db3-native pcre-native"
export DIRS = "src/util src/global src/postconf"
do_stage () {
install -m 0755 src/postconf/postconf ${STAGING_BINDIR}/
}
|