diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-11-21 16:00:12 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-11-22 03:45:45 +0000 |
commit | 8ba0872f3b501ff77f09e0256bb472af846ef775 (patch) | |
tree | 43bffba90335656f62a4e5fc9959f9cd26ce7e1a /build/optional | |
parent | 030a5436da0a55f9344fb32df89336c3990e4d28 (diff) |
build: separate package suffixes for vpp-ext-deps and vpp-opt-deps
Type: make
Change-Id: Icc8b4937ed98474da9d27668318a2a9e3d4a3ae5
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build/optional')
-rw-r--r-- | build/optional/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |