diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-18 15:57:57 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:57 +0200 |
commit | 96d6bd7721dd4c95663e2aea65f2a8df0e62325c (patch) | |
tree | 8348ea1efde1aad582cbcf95ffe9c988a5207ffb /meta-oe | |
parent | 7d461eef5590a82c79c1434a0d02f63e232601af (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/daemonize/daemonize_git.bb | 4 |
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 | ||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
9 | SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4" | 9 | SRCREV = "a4ac64a243af91dc434b7a3915f43482d528a2b1" |
10 | SRC_URI = "git://github.com/bmc/daemonize.git" | 10 | SRC_URI = "git://github.com/bmc/daemonize.git" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | |||
14 | EXTRA_AUTORECONF += "--exclude=autoheader" | ||