From f563d989d6b26ce097574c21c6c1e6185b189614 Mon Sep 17 00:00:00 2001 From: Gichan Jang Date: Tue, 9 Feb 2021 17:04:30 +0900 Subject: [PATCH] [grpc] Temporral disable grpc package 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 --- ...eamer-grpc-flatbuf.install => nnstreamer-grpc-flatbuf.install.block} | 0 ...mer-grpc-protobuf.install => nnstreamer-grpc-protobuf.install.block} | 0 debian/{nnstreamer-grpc.install => nnstreamer-grpc.install.block} | 0 debian/rules | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename debian/{nnstreamer-grpc-flatbuf.install => nnstreamer-grpc-flatbuf.install.block} (100%) rename debian/{nnstreamer-grpc-protobuf.install => nnstreamer-grpc-protobuf.install.block} (100%) rename debian/{nnstreamer-grpc.install => nnstreamer-grpc.install.block} (100%) diff --git a/debian/nnstreamer-grpc-flatbuf.install b/debian/nnstreamer-grpc-flatbuf.install.block similarity index 100% rename from debian/nnstreamer-grpc-flatbuf.install rename to debian/nnstreamer-grpc-flatbuf.install.block diff --git a/debian/nnstreamer-grpc-protobuf.install b/debian/nnstreamer-grpc-protobuf.install.block similarity index 100% rename from debian/nnstreamer-grpc-protobuf.install rename to debian/nnstreamer-grpc-protobuf.install.block diff --git a/debian/nnstreamer-grpc.install b/debian/nnstreamer-grpc.install.block similarity index 100% rename from debian/nnstreamer-grpc.install rename to debian/nnstreamer-grpc.install.block diff --git a/debian/rules b/debian/rules index f0bb6ed..227f22f 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- 2.7.4