meta-openembedded/meta-oe/recipes-support/daemonize/daemonize_git.bb
Gyorgy Sarvari a5cfc39ece
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>
2025-09-19 12:22:00 -07:00

16 lines
417 B
BlitzBasic

SUMMARY = "A tool to run a command as a daemon"
HOMEPAGE = "http://software.clapper.org/daemonize/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f"
PV = "1.7.8"
inherit autotools
SRCREV = "58237626e6999e68b9583ed1b4b08136f118f68c"
SRC_URI = " \
git://github.com/bmc/daemonize.git;branch=master;protocol=https \
"
EXTRA_AUTORECONF += "--exclude=autoheader"