diff options
Diffstat (limited to 'meta-oe/recipes-support/daemonize/daemonize_git.bb')
-rw-r--r-- | meta-oe/recipes-support/daemonize/daemonize_git.bb | 5 |
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" | |||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" | 9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" |
10 | SRC_URI = "git://github.com/bmc/daemonize.git;branch=master;protocol=https \ | 10 | SRC_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 | ||
13 | S = "${WORKDIR}/git" | ||
14 | 15 | ||
15 | EXTRA_AUTORECONF += "--exclude=autoheader" | 16 | EXTRA_AUTORECONF += "--exclude=autoheader" |