[OE-core] [PATCH 0/1] postfix: add new recipe

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Jul 11 01:57:55 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

We ported postfix from openembedded a year ago, and updated it to 2.9.5,
now we are updating it to the latest stable release 2.11.1, and I'm
sending here to see if oe-core take it, if not, I will send it to meta-oe.

--
The following changes since commit a5776ae532d6af1e880ab1a712dc768c900f88db:

  sanity.bbclass: Update minimum git version to 1.7.8 (2014-07-08 11:19:50 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib jhuang0/uprev-postfix_140710-1
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/uprev-postfix_140710-1

Jackie Huang (1):
  postfix: add new recipe

 meta/recipes-extended/postfix/files/install.patch  |   66 ++++++
 .../postfix/files/internal_recipient               |    1 +
 meta/recipes-extended/postfix/files/main.cf_2.0    |  102 +++++++++
 meta/recipes-extended/postfix/files/makedefs.patch |  116 ++++++++++
 meta/recipes-extended/postfix/files/postfix        |   85 ++++++++
 .../postfix/files/postfix-add-db6-support.patch    |   26 +++
 .../recipes-extended/postfix/files/postfix.service |   14 ++
 meta/recipes-extended/postfix/postfix.inc          |  230 ++++++++++++++++++++
 meta/recipes-extended/postfix/postfix_2.11.1.bb    |    6 +
 9 files changed, 646 insertions(+)
 create mode 100644 meta/recipes-extended/postfix/files/install.patch
 create mode 100644 meta/recipes-extended/postfix/files/internal_recipient
 create mode 100644 meta/recipes-extended/postfix/files/main.cf_2.0
 create mode 100644 meta/recipes-extended/postfix/files/makedefs.patch
 create mode 100755 meta/recipes-extended/postfix/files/postfix
 create mode 100644 meta/recipes-extended/postfix/files/postfix-add-db6-support.patch
 create mode 100644 meta/recipes-extended/postfix/files/postfix.service
 create mode 100644 meta/recipes-extended/postfix/postfix.inc
 create mode 100644 meta/recipes-extended/postfix/postfix_2.11.1.bb

-- 
1.7.9.5



More information about the Openembedded-core mailing list