phosphor-ipmi-blobs-binarystore: srcrev bump 1323cdb104..b988dbb128

Jie Yang (1):
      compile: Add meson build support

Willy Tu (3):
      binarystore: Remove venture as reviewer
      cleanup: Remove warning for meson build
      binarystore: Enable maxBinarySize Feature

Move the bitbake recipe to use meson.

Tested:
```
$ ls ./tmp/work/armv7a-openbmc-linux-gnueabi/phosphor-ipmi-blobs/0.1+gitAUTOINC+3b89eda938-r1/package/usr/lib/ipmid-providers
libblobmanager.so
$ ls ./tmp/work/armv7a-openbmc-linux-gnueabi/phosphor-ipmi-blobs-binarystore/1.0+gitAUTOINC+b988dbb128-r1/package/usr/lib/blob-ipmid/
libbinarystore.so
```

Change-Id: If7b2058dfac8f585bb719f2ae3c9e9c4e412e236
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
index c97edf8..3000c19 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
@@ -6,8 +6,7 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-inherit autotools pkgconfig
-inherit obmc-phosphor-ipmiprovider-symlink
+inherit meson pkgconfig
 
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "phosphor-ipmi-blobs"
@@ -16,14 +15,13 @@
 DEPENDS += "protobuf"
 
 PACKAGECONFIG ??= ""
-PACKAGECONFIG[blobtool] = ",--disable-blobtool"
+PACKAGECONFIG[blobtool] = "-Dblobtool=enabled,-Dblobtool=disabled"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs-binarystore;branch=master;protocol=https"
-SRCREV = "1323cdb104fa6abd061559a66d2efbfc407bbb7a"
+SRCREV = "b988dbb128f2608a69469908430dd8bbd976fb2c"
 
-FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
-FILES:${PN}:append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"
-FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
+FILES:${PN}:append = " ${libdir}/ipmid-providers"
+FILES:${PN}:append = " ${libdir}/blob-ipmid"
 
 BLOBIPMI_PROVIDER_LIBRARY += "libbinarystore.so"