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.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I72c1f723f401679ae0ac73a46d3ea30b50eb54d8
diff --git a/recipes-phosphor/logging/phosphor-logging_git.bb b/recipes-phosphor/logging/phosphor-logging_git.bb
index d3052b0..7844a44 100644
--- a/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/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 \