phosphor-logging: fix nativesdk DEPENDS

sdbusplus-native and sdbusplus-nativesdk does not exist, so recipes
are required to remove that DEPENDS in the native/nativesdk context.
phosphor-logging had this removal specified incorrectly and failed
to build once sdbusplus-native was fully removed.

Remove the "-native" in the DEPENDS_remove_class-nativesdk.

(From meta-phosphor rev: a0f4d7171a9ee1bc084e2bdd0799a8ca910c2bc4)

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I8f2da20b6c85a60e14614142adc13f0103ac58ec
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index d3052b0..7844a44 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -74,7 +74,7 @@
 # as they will not be available in host machine
 DEPENDS_remove_class-nativesdk = " \
         virtual/phosphor-logging-callouts \
-        sdbusplus-native \
+        sdbusplus \
         libcereal \
         systemd \
         phosphor-dbus-interfaces \