blob: f46dec59fca712682ca612f2ca296d1315ccb536 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A tool to run a command as a daemon"
2HOMEPAGE = "http://software.clapper.org/daemonize/"
Brad Bishop6a62e0e2019-10-21 08:11:42 -04003LICENSE = "BSD-3-Clause"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f"
Brad Bishopc342db32019-05-15 21:57:59 -04005PV = "1.7.8"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006
7inherit autotools
8
Brad Bishopc342db32019-05-15 21:57:59 -04009SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c"
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/bmc/daemonize.git;branch=master;protocol=https \
Brad Bishopc342db32019-05-15 21:57:59 -040011"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
13S = "${WORKDIR}/git"
14
15EXTRA_AUTORECONF += "--exclude=autoheader"