diff options
Diffstat (limited to 'postfix/postfix-native_2.0.15.bb')
-rw-r--r-- | postfix/postfix-native_2.0.15.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/postfix/postfix-native_2.0.15.bb b/postfix/postfix-native_2.0.15.bb deleted file mode 100644 index 99a1d9fbaf..0000000000 --- a/postfix/postfix-native_2.0.15.bb +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "console/network" -include postfix_${PV}.bb -inherit native -FILESDIR = "${@os.path.dirname(bb.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}/ -} |