From: Sangjung Woo Date: Wed, 17 Feb 2021 04:43:31 +0000 (+0900) Subject: [ML-API] Use capi-ml-inference package instead of capi-nnstreamer X-Git-Tag: submit/tizen/20210217.032056^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F253789%2F1;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [ML-API] Use capi-ml-inference package instead of capi-nnstreamer 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: I037cc1151461fbaacfd87fcf2175e32b65dd337e Signed-off-by: Sangjung Woo --- diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 44f59e37..dbfdebc6 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -524,7 +524,7 @@ BuildRequires: pkgconfig(db-util) %if "%{?tizen_feature_ml_support}" == "1" || "%{?unified_build}" == "1" BuildRequires: pkgconfig(nnstreamer) -BuildRequires: pkgconfig(capi-nnstreamer) +BuildRequires: pkgconfig(capi-ml-inference) %endif %if "%{?tizen_feature_badge_support}" == "1" || "%{?unified_build}" == "1" diff --git a/src/ml/ml.gyp b/src/ml/ml.gyp index 738bdd29..419c44c6 100644 --- a/src/ml/ml.gyp +++ b/src/ml/ml.gyp @@ -45,11 +45,11 @@ 'variables': { 'packages': [ 'nnstreamer', - 'capi-nnstreamer', + 'capi-ml-inference', ] }, }], ], }, ], -} \ No newline at end of file +} diff --git a/src/ml/ml_ut.gyp b/src/ml/ml_ut.gyp index 7bc0aa64..b8656807 100644 --- a/src/ml/ml_ut.gyp +++ b/src/ml/ml_ut.gyp @@ -37,11 +37,11 @@ 'packages': [ 'capi-base-common', 'nnstreamer', - 'capi-nnstreamer', + 'capi-ml-inference', ], }, }], ], }, ], -} \ No newline at end of file +}