aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-02-01 10:16:50 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-01 10:16:50 +0000
commitc00bc6fc2af9a54fe339f8d6a3ec1ab889c2931e (patch)
tree310460a90bcee82b05590849f2a213a0cca8b59a /hicn-plugin
parent107e05eab1d032b9ac741f88a3bec8e60b22efc9 (diff)
parent1dea17fe921e1f94db63e4c563fe08dd25734900 (diff)
Merge "[HICN-10] Add support for building hicn-plugin packages. Do not build packages for components without name."
Diffstat (limited to 'hicn-plugin')
-rw-r--r--hicn-plugin/cmake/Modules/Packaging.cmake4
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
+)