btbridge: update version

    - Move to version that supports correct seq/net/lun/cmd order.
    - Remove unneeded makefile.patch.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/common/recipes-phosphor/host-ipmid/btbridged.bb b/common/recipes-phosphor/host-ipmid/btbridged.bb
index 8572add..5c0ec5c 100644
--- a/common/recipes-phosphor/host-ipmid/btbridged.bb
+++ b/common/recipes-phosphor/host-ipmid/btbridged.bb
@@ -10,8 +10,8 @@
 inherit obmc-phosphor-host-ipmi-hw
 
 S = "${WORKDIR}/git"
-SRC_URI += "git://github.com/openbmc/btbridge file://makefile.patch"
-SRCREV="5cb9032815aa9d2866229caac4943520d5f40dd8"
+SRC_URI += "git://github.com/openbmc/btbridge"
+SRCREV="c0ee3595f9a4784c7cf7ee60fd247d9712ec7e6b"
 
 # This is how linux-libc-headers says to include custom uapi headers
 EXTRA_OEMAKE_append = "CFLAGS=-I${STAGING_KERNEL_DIR}/include/uapi"
diff --git a/common/recipes-phosphor/host-ipmid/btbridged/makefile.patch b/common/recipes-phosphor/host-ipmid/btbridged/makefile.patch
deleted file mode 100644
index a2cd522..0000000
--- a/common/recipes-phosphor/host-ipmid/btbridged/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 7f62be2..52e1063 100644
---- a/Makefile
-+++ b/Makefile
-@@ -2,3 +2,6 @@ all: btbridged
- 
- btbridged: btbridged.c
- 	$(CC) $(CFLAGS) `pkg-config --cflags --libs libsystemd` $^ -o $@
-+
-+clean:
-+	rm -f *.o btbridge