summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb')
-rw-r--r--bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb b/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
deleted file mode 100644
index 525fc0e6..00000000
--- a/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2014 Boundary Devices
-
-SUMMARY = "Daemonize"
-SECTION = "base"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
-
-S = "${WORKDIR}/git"
-
-SRC_URI = "git://github.com/boundarydevices/daemonize.git;branch=${SRCBRANCH}"
-SRCBRANCH = "master"
-SRCREV = "9c08934f6cbf3cf4bfbdeb92d411072e5d2f7ad0"
-
-inherit autotools-brokensep
-
-