summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-04-16 22:14:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-04-23 02:48:03 +0300
commit60c4907f61898cdcfac80232a7dfcf4314a0a7d7 (patch)
treea53135a08a1cc84a08ccfde9b55543b809b09b1e /meta-phosphor/recipes-core
parent8ace09cd6c88708b0aa886993d3586f2f46eceee (diff)
downloadopenbmc-60c4907f61898cdcfac80232a7dfcf4314a0a7d7.tar.xz
phosphor-logging: remove native recipe support
phosphor-logging use to need to run in a native context to provide YAML processing but that is no longer necessary since commit e523a091d0977adf639eaa7cdf4f895614d2696c. The support to install just the python scripts in a native context overly complicates both the recipe and the corresponding repository build scripting. Remove it since it is no longer needed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I67542f8f63bf9e30166ac1ab46eb85074cf3e843
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
index e111a4d95..b8648cabf 100644
--- a/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
+++ b/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
@@ -2,5 +2,4 @@ RDEPENDS_${PN}_append = " \
nativesdk-autoconf-archive \
nativesdk-meson \
nativesdk-python3-sdbus++ \
- nativesdk-phosphor-logging-elog \
"