From 60c4907f61898cdcfac80232a7dfcf4314a0a7d7 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 16 Apr 2021 14:14:26 -0500 Subject: 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 Change-Id: I67542f8f63bf9e30166ac1ab46eb85074cf3e843 --- .../recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor/recipes-core/packagegroups') 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 \ " -- cgit v1.2.3