aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/postfix/postfix-native_2.2.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/postfix/postfix-native_2.2.12.bb')
-rw-r--r--recipes/postfix/postfix-native_2.2.12.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/postfix/postfix-native_2.2.12.bb b/recipes/postfix/postfix-native_2.2.12.bb
deleted file mode 100644
index 66ff65de4c..0000000000
--- a/recipes/postfix/postfix-native_2.2.12.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require postfix_${PV}.bb
-
-inherit native
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/postfix-${PV}"
-DEPENDS = "virtual/db-native libpcre-native"
-export DIRS = "src/util src/global src/postconf"
-
-do_stage () {
- install -m 0755 src/postconf/postconf ${STAGING_BINDIR}/
-}