aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-04-03 10:25:29 +0200
committerMauro Sardara <msardara@cisco.com>2019-04-03 10:25:29 +0200
commitfc938965a323d0865faf1fc93e375cdfbb66aa7b (patch)
tree6e90cb4ce43690bad537cff05deda3b093fc34b6 /hicn-plugin
parent693710043ebba18bb6457832127512a64c7b0aa6 (diff)
[HICN-162] Resolved warning about version comparison when installing hicn-plugin from deb
Change-Id: Ia4e6efccbff78fa9fd352f3f9b516d627fa1ff58 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'hicn-plugin')
-rw-r--r--hicn-plugin/cmake/Modules/Packaging.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/cmake/Modules/Packaging.cmake b/hicn-plugin/cmake/Modules/Packaging.cmake
index 98996981f..00ac3422f 100644
--- a/hicn-plugin/cmake/Modules/Packaging.cmake
+++ b/hicn-plugin/cmake/Modules/Packaging.cmake
@@ -21,7 +21,7 @@ set(${HICN_PLUGIN}_DESCRIPTION
)
set(${HICN_PLUGIN}_DEB_DEPENDENCIES
- "vpp (>= stable_version-release), vpp (< next_version-release), vpp-plugins (>= stable_version-release), vpp-plugins (< next_version-release)"
+ "vpp (>= stable_version-release), vpp (<< next_version-release), vpp-plugins (>= stable_version-release), vpp-plugins (<< next_version-release)"
CACHE STRING "Dependencies for deb/rpm package."
)