[oe-commits] [meta-openembedded] 11/35: postfix: fix clean broken issue

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:47:46 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 2321c0f747fbc93378335288334c05f39a701962
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Dec 2 05:15:41 2015 -0500

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-daemons/postfix/postfix.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 378310a..ed9515f 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
 
 S = "${WORKDIR}/postfix-${PV}"
 
+CLEANBROKEN = "1"
+
 BBCLASSEXTEND = "native"
 
 inherit update-rc.d useradd update-alternatives systemd

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list