From a4d88a18377bd49b36add3502994a2c65d1e8e7d Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 4 Nov 2022 19:15:10 +0100
Subject: [PATCH] oniro-linux.conf: Drop PACKAGE_EXCLUDE_COMPLEMENTARY
 workaround for OpenSSH

The fix landed now in upstream[1] so we can drop the local fix introduced
in d67b974505d02221e6b2d4ebbe7fc3f98af54cbf.

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14858

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 meta-oniro-core/conf/distro/oniro-linux.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-oniro-core/conf/distro/oniro-linux.conf b/meta-oniro-core/conf/distro/oniro-linux.conf
index 70092914..9be326fa 100644
--- a/meta-oniro-core/conf/distro/oniro-linux.conf
+++ b/meta-oniro-core/conf/distro/oniro-linux.conf
@@ -113,9 +113,6 @@ ROOTFS_RO_UNNEEDED:remove = "shadow"
 # Set default hostname to reflect the DISTRO
 hostname:pn-base-files = "${DISTRO}-${MACHINE}"
 
-# Workaround for https://bugzilla.yoctoproject.org/show_bug.cgi?id=14858
-PACKAGE_EXCLUDE_COMPLEMENTARY:append = " openssh"
-
 #
 # Add support for Raspberry Pi 4 (64) in the Raspberry Pi 4 (64) builds.
 #
-- 
GitLab