gpioplus: Convert to meson

We intend to remove autotools from the gpioplus build eventually. This
is the final step needed to use meson for the package.

Change-Id: I873e0a88b4cc2bc002bb03458dfe8c357826fe56
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-extended/gpioplus/gpioplus_git.bb b/recipes-extended/gpioplus/gpioplus_git.bb
index d60310e..5a67b20 100644
--- a/recipes-extended/gpioplus/gpioplus_git.bb
+++ b/recipes-extended/gpioplus/gpioplus_git.bb
@@ -6,14 +6,13 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
-inherit autotools pkgconfig
+inherit meson pkgconfig
 
-DEPENDS += " \
-        autoconf-archive-native \
+EXTRA_OEMESON = " \
+        -Dexamples=false \
+        -Dtests=disabled \
         "
 
-EXTRA_OECONF = "--disable-examples --disable-tests"
-
 SRC_URI += "git://github.com/openbmc/gpioplus"
 SRCREV = "48e6288da8486a25fd52e944fb0f7148fc1c02db"