[grpc] Temporral disable grpc package
authorGichan Jang <gichan2.jang@samsung.com>
Tue, 9 Feb 2021 08:04:30 +0000 (17:04 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 9 Feb 2021 10:00:31 +0000 (19:00 +0900)
The grpc version is upgraded, but the grpc package of the nnstreamer ppa is not upgraded properly, so it is temporarily disabled.
Discussed with dongju-chae

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
debian/nnstreamer-grpc-flatbuf.install.block [moved from debian/nnstreamer-grpc-flatbuf.install with 100% similarity]
debian/nnstreamer-grpc-protobuf.install.block [moved from debian/nnstreamer-grpc-protobuf.install with 100% similarity]
debian/nnstreamer-grpc.install.block [moved from debian/nnstreamer-grpc.install with 100% similarity]
debian/rules

index f0bb6ed..227f22f 100755 (executable)
@@ -35,7 +35,7 @@ override_dh_auto_clean:
 override_dh_auto_configure:
        mkdir -p ${BUILDDIR}
        meson --buildtype=plain --prefix=/usr --sysconfdir=/etc --libdir=lib/$(DEB_HOST_MULTIARCH) --bindir=lib/nnstreamer/bin --includedir=include \
-       -Denable-edgetpu=true -Denable-openvino=true \
+       -Denable-edgetpu=true -Denable-openvino=true -Dgrpc-support=disabled \
        -Denable-tizen=false ${BUILDDIR}
 
 override_dh_auto_build: