summaryrefslogtreecommitdiff
path: root/postfix/postfix-native_2.0.15.oe
diff options
context:
space:
mode:
Diffstat (limited to 'postfix/postfix-native_2.0.15.oe')
-rw-r--r--postfix/postfix-native_2.0.15.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/postfix/postfix-native_2.0.15.oe b/postfix/postfix-native_2.0.15.oe
index e69de29bb2..49922f61dd 100644
--- a/postfix/postfix-native_2.0.15.oe
+++ b/postfix/postfix-native_2.0.15.oe
@@ -0,0 +1,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}/
+}