[oe-commits] Ross Burton : daemonize: fix out of tree builds and configure

git at git.openembedded.org git at git.openembedded.org
Sun Jul 20 11:11:19 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 952036c7e59a18eff4004a71bda885141b5d8b14
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=952036c7e59a18eff4004a71bda885141b5d8b14

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Jul 18 15:57:57 2014 +0100

daemonize: fix out of tree builds and configure

daemonize ships it's own hand-coded config.h.in, so exclude autoheader from
do_configure().

Also out-of-tree builds are broken so bump the SRC_REV to the next commit, where
they were fixed.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/daemonize/daemonize_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
index 57dc15b..8b1591c 100644
--- a/meta-oe/recipes-support/daemonize/daemonize_git.bb
+++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb
@@ -6,7 +6,9 @@ PV = "1.7.3+git${SRCPV}"
 
 inherit autotools
 
-SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4"
+SRCREV = "a4ac64a243af91dc434b7a3915f43482d528a2b1"
 SRC_URI = "git://github.com/bmc/daemonize.git"
 
 S = "${WORKDIR}/git"
+
+EXTRA_AUTORECONF += "--exclude=autoheader"



More information about the Openembedded-commits mailing list