mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 03:22:30 +00:00
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>
This commit is contained in:
parent
7d461eef55
commit
96d6bd7721
@ -6,7 +6,9 @@ PV = "1.7.3+git${SRCPV}"
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4"
|
SRCREV = "a4ac64a243af91dc434b7a3915f43482d528a2b1"
|
||||||
SRC_URI = "git://github.com/bmc/daemonize.git"
|
SRC_URI = "git://github.com/bmc/daemonize.git"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
EXTRA_AUTORECONF += "--exclude=autoheader"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user