mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-23 09:14:49 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
494 B
BlitzBasic
17 lines
494 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 = "18869a797dab12bf1c917ba3b4782fef484c407c"
|
|
SRC_URI = " \
|
|
git://github.com/bmc/daemonize.git;branch=master;protocol=https \
|
|
file://0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch \
|
|
"
|
|
|
|
|
|
EXTRA_AUTORECONF += "--exclude=autoheader"
|