From 8ba0872f3b501ff77f09e0256bb472af846ef775 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 21 Nov 2024 16:00:12 -0500 Subject: build: separate package suffixes for vpp-ext-deps and vpp-opt-deps Type: make Change-Id: Icc8b4937ed98474da9d27668318a2a9e3d4a3ae5 Signed-off-by: Dave Wallace --- build/optional/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/optional') diff --git a/build/optional/Makefile b/build/optional/Makefile index 012d4c98c58..c94412f395e 100644 --- a/build/optional/Makefile +++ b/build/optional/Makefile @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +PKG_SUFFIX ?= $(shell git log --oneline v$(PKG_VERSION)-rc0.. . | wc -l) + include ../build_common.mk include ../packages_common.mk -- cgit