summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/daemonize
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-18 15:57:57 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:57 +0200
commit96d6bd7721dd4c95663e2aea65f2a8df0e62325c (patch)
tree8348ea1efde1aad582cbcf95ffe9c988a5207ffb /meta-oe/recipes-support/daemonize
parent7d461eef5590a82c79c1434a0d02f63e232601af (diff)
downloadmeta-openembedded-96d6bd7721dd4c95663e2aea65f2a8df0e62325c.tar.gz
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@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/daemonize')
-rw-r--r--meta-oe/recipes-support/daemonize/daemonize_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
index 57dc15b3f..8b1591cef 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}"
6 6
7inherit autotools 7inherit autotools
8 8
9SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4" 9SRCREV = "a4ac64a243af91dc434b7a3915f43482d528a2b1"
10SRC_URI = "git://github.com/bmc/daemonize.git" 10SRC_URI = "git://github.com/bmc/daemonize.git"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13
14EXTRA_AUTORECONF += "--exclude=autoheader"