summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
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, 16 insertions, 0 deletions
diff --git a/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb b/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
new file mode 100644
index 00000000..525fc0e6
--- /dev/null
+++ b/bsp/meta-boundary/recipes-boundary/daemonize/daemonize.bb
@@ -0,0 +1,16 @@
+# 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
+
+