summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/daemonize/daemonize_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/daemonize/daemonize_git.bb')
-rw-r--r--meta-oe/recipes-support/daemonize/daemonize_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
index f46dec59fc..bae04ca7a3 100644
--- a/meta-oe/recipes-support/daemonize/daemonize_git.bb
+++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb
@@ -7,9 +7,10 @@ PV = "1.7.8"
7inherit autotools 7inherit autotools
8 8
9SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" 9SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c"
10SRC_URI = "git://github.com/bmc/daemonize.git;branch=master;protocol=https \ 10SRC_URI = " \
11 git://github.com/bmc/daemonize.git;branch=master;protocol=https \
12 file://0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch \
11" 13"
12 14
13S = "${WORKDIR}/git"
14 15
15EXTRA_AUTORECONF += "--exclude=autoheader" 16EXTRA_AUTORECONF += "--exclude=autoheader"