summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb
deleted file mode 100644
index f76d202e1..000000000
--- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Generated callout information for phosphor-logging"
-PR = "r1"
-
-inherit native
-inherit obmc-phosphor-license
-inherit phosphor-logging
-
-SRC_URI += "file://callouts.yaml"
-
-PROVIDES += "virtual/phosphor-logging-callouts"
-
-S = "${WORKDIR}"
-
-do_install() {
- DEST=${D}${callouts_datadir}
- install -d ${DEST}
- install callouts.yaml ${DEST}
-}
OpenPOWER on IntegriCloud