diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-19 16:13:42 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-19 12:22:00 -0700 |
| commit | a5cfc39eceb8d5bd0e563458e2d55e7c51cd6beb (patch) | |
| tree | 420a5b8ac866d65fab54d5ea1d6a774edc3e0068 /meta-oe/recipes-support/daemonize/daemonize_git.bb | |
| parent | 9e2040c10b64e98aed72c11f1b6fdaf0077caaa5 (diff) | |
| download | meta-openembedded-a5cfc39eceb8d5bd0e563458e2d55e7c51cd6beb.tar.gz | |
daemonize: update to latest revision
Drop a patch that has been incorporated into this version.
(That is also the changelog - the only change is the accepted patch)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/daemonize/daemonize_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/daemonize/daemonize_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb index bae04ca7a3..fef237e882 100644 --- a/meta-oe/recipes-support/daemonize/daemonize_git.bb +++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb | |||
| @@ -6,10 +6,9 @@ PV = "1.7.8" | |||
| 6 | 6 | ||
| 7 | inherit autotools | 7 | inherit autotools |
| 8 | 8 | ||
| 9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" | 9 | SRCREV = "58237626e6999e68b9583ed1b4b08136f118f68c" |
| 10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
| 11 | git://github.com/bmc/daemonize.git;branch=master;protocol=https \ | 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 \ | ||
| 13 | " | 12 | " |
| 14 | 13 | ||
| 15 | 14 | ||
