diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2021-02-17 14:21:56 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2021-02-18 16:26:54 +0900 |
commit | 018e045ad1c8a18991ba0e9f03e037bba4554093 (patch) | |
tree | 6f47845fc4a6970fc12ac63af24175cfd94da731 | |
parent | 41438ef55d50e7bcbe4267e86a07da541801c3e5 (diff) | |
download | building-blocks-submit/tizen/20210217.032056.tar.gz building-blocks-submit/tizen/20210217.032056.tar.bz2 building-blocks-submit/tizen/20210217.032056.zip |
[TRE-2636] Use capi-ml-inference package instead of capi-nnstreamersubmit/tizen/20210217.032056accepted/tizen/unified/20210218.080622
The name of capi-nnstreamer and its pc file is changed to
capi-ml-inference. To build without any errors, this patch updates its
related information.
Change-Id: I8162e36cd243bacf949e1f0d0be9a2bc674b2e4b
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r-- | packaging/domain-apis-machinelearning.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/domain-apis-machinelearning.inc b/packaging/domain-apis-machinelearning.inc index 5616ca6..f8e6484 100644 --- a/packaging/domain-apis-machinelearning.inc +++ b/packaging/domain-apis-machinelearning.inc @@ -15,7 +15,7 @@ Requires: nnstreamer Requires: nnstreamer-tensorflow-lite Requires: nnstreamer-tensorflow2-lite Requires: nnstreamer-nnfw -Requires: capi-nnstreamer +Requires: capi-machine-learning-inference Requires: nnstreamer-flatbuf Requires: nnstreamer-protobuf %ifarch x86_64 aarch64 |