diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-02-01 09:40:26 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-02-01 09:59:01 +0000 |
commit | 1dea17fe921e1f94db63e4c563fe08dd25734900 (patch) | |
tree | 2875c75d595643c549e0dbb50235ae27a8a68090 /hicn-plugin/cmake/Modules | |
parent | c793ea85f8375013abaf2c6fb43347f935558276 (diff) |
[HICN-10] Add support for building hicn-plugin packages. Do not build packages for components without name.
Change-Id: I11eff1b9dc6e71e079baf65703192a7cbfb565e8
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'hicn-plugin/cmake/Modules')
-rw-r--r-- | hicn-plugin/cmake/Modules/Packaging.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hicn-plugin/cmake/Modules/Packaging.cmake b/hicn-plugin/cmake/Modules/Packaging.cmake index ce3b69f8f..89b8d974b 100644 --- a/hicn-plugin/cmake/Modules/Packaging.cmake +++ b/hicn-plugin/cmake/Modules/Packaging.cmake @@ -21,11 +21,11 @@ set(${HICN_PLUGIN}_DESCRIPTION ) set(${HICN_PLUGIN}_DEB_DEPENDENCIES - "libhicn (>= stable_version), vpp (== stable_version-release), vpp-plugins (== stable_version-release)" + "libhicn (>= stable_version), vpp (= stable_version-release), vpp-plugins (= stable_version-release)" CACHE STRING "Dependencies for deb/rpm package." ) set(${HICN_PLUGIN}_RPM_DEPENDENCIES "libhicn >= stable_version, vpp = stable_version-release, vpp-plugins = stable_version-release" CACHE STRING "Dependencies for deb/rpm package." -)
\ No newline at end of file +) |