diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-15 23:10:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-15 23:10:53 +0000 |
commit | 58094e2efaf669d7cf5ebd0405217a610e6cc0da (patch) | |
tree | 4d0ae9e4c8ab430c2c2fe46d968747ad223a2320 /packages/postfix/postfix-native_2.2.12.bb | |
parent | 715d0f2c86c693007951fc6560f0e14e46076cb3 (diff) |
postfix: update to version 2.2.12 which is the latest to compile without any further changes.
Diffstat (limited to 'packages/postfix/postfix-native_2.2.12.bb')
-rw-r--r-- | packages/postfix/postfix-native_2.2.12.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/postfix/postfix-native_2.2.12.bb b/packages/postfix/postfix-native_2.2.12.bb new file mode 100644 index 0000000000..66ff65de4c --- /dev/null +++ b/packages/postfix/postfix-native_2.2.12.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}/ +} |