summaryrefslogtreecommitdiffstats
path: root/hicn-plugin
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-05-03 16:50:12 +0200
committerAlberto Compagno <acompagn+fdio@cisco.com>2019-05-03 16:50:12 +0200
commitb4f3cfe08a6a12f0e763b0473e34c701296b0619 (patch)
tree00d521fa09950334eddf9122591e285b76df1bc5 /hicn-plugin
parent98b5448ee9b39f4e92d781d14a27819074e3c1da (diff)
[HICN-186] Dependencies on the deb packages do not reflect the new packaging of vpp 19.04. fixed
Change-Id: I85b9ca07778b4826d72c4eaa92f23ae24a626638 Signed-off-by: Alberto Compagno <acompagn+fdio@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 00ac3422f..8cace744b 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-plugin-core (>= stable_version-release), vpp-plugin-core (<< next_version-release)"
CACHE STRING "Dependencies for deb/rpm package."
)