diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2015-12-02 05:15:41 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-29 16:23:35 -0500 |
commit | 440bc361de312e17364bd21c3b138048eafc7c85 (patch) | |
tree | efa33bfa214c1b7faf3688058efb30f094558ec0 /meta-networking/recipes-daemons/postfix | |
parent | bc10d3b06974692dad710b38fb4e91d7d091f831 (diff) | |
download | meta-openembedded-440bc361de312e17364bd21c3b138048eafc7c85.tar.gz |
postfix: fix clean broken issue
There is a build failure while rebuilding postfix
...
| NOTE: make -e MAKEFLAGS= OPT= DEBUG= OPTS= clean
| make -f Makefile.in MAKELEVEL= Makefiles
| (echo "# Do not edit -- this file documents how Postfix was built for your
machine.";/bin/sh makedefs) >makedefs.tmp
| No <db.h> include file found.
| Install the appropriate db*-devel package first.
| Makefile.in:31: recipe for target 'Makefiles' failed
| make: *** [Makefiles] Error 1
| Makefile:21: recipe for target 'Makefiles' failed
| make: *** [Makefiles] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_configure (log file is located at tmp/work/
core2-64-wrs-linux/postfix/3.0.2-r0/temp/do_configure/log.do_configure.12848)
...
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index dc652d7da..17dbf76ce 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -28,6 +28,8 @@ SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV | |||
28 | 28 | ||
29 | S = "${WORKDIR}/postfix-${PV}" | 29 | S = "${WORKDIR}/postfix-${PV}" |
30 | 30 | ||
31 | CLEANBROKEN = "1" | ||
32 | |||
31 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
32 | 34 | ||
33 | inherit update-rc.d useradd update-alternatives systemd | 35 | inherit update-rc.d useradd update-alternatives systemd |