summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb')
-rw-r--r--bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb b/bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb
deleted file mode 100644
index 67ea6c0e..00000000
--- a/bsp/meta-boundary/recipes-boundary/sysklogd-config-remote/sysklogd-config-remote.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2015 Boundary Devices
-
-SUMMARY = "sysklogd-config-remote"
-SECTION = "base"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
-
-S = "${WORKDIR}"
-
-SRC_URI = " \
- file://syslogd \
- file://COPYING \
-"
-
-do_install_append() {
- install -d ${D}${sysconfdir}/default
- install ${S}/syslogd ${D}${sysconfdir}/default/
-}
-
-FILES_${PN} += " \
- ${sysconfdir}/default/syslogd \
-"
-