diff options
-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 57dc15b3f4..8b1591ceff 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" | ||