From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-support/daemonize/daemonize_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oe/recipes-support/daemonize/daemonize_git.bb (limited to 'meta-oe/recipes-support/daemonize') diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb new file mode 100644 index 0000000000..57dc15b3f4 --- /dev/null +++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb @@ -0,0 +1,12 @@ +SUMMARY = "A tool to run a command as a daemon" +HOMEPAGE = "http://software.clapper.org/daemonize/" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f" +PV = "1.7.3+git${SRCPV}" + +inherit autotools + +SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4" +SRC_URI = "git://github.com/bmc/daemonize.git" + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf