diff options
Diffstat (limited to 'recipes/postfix/postfix-native_2.0.20.bb')
-rw-r--r-- | recipes/postfix/postfix-native_2.0.20.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/postfix/postfix-native_2.0.20.bb b/recipes/postfix/postfix-native_2.0.20.bb new file mode 100644 index 0000000000..66ff65de4c --- /dev/null +++ b/recipes/postfix/postfix-native_2.0.20.bb @@ -0,0 +1,10 @@ +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}/ +} |