File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ PKG_REVISION ?= $(shell git describe --tags 2>/dev/null)
44PKG_BUILD = 1
55BASE_DIR = $(shell pwd)
66ERLANG_BIN = $(shell dirname $(shell which erl 2>/dev/null) 2>/dev/null)
7+ OTP_VER = $(shell echo $(ERLANG_BIN ) | rev | cut -d "/" -f 2 | rev)
78REBAR ?= $(BASE_DIR ) /rebar3
89OVERLAY_VARS ?=
910TEST_IGNORE ?= lager riak basho_bench
@@ -219,7 +220,7 @@ MAJOR_VERSION ?= $(shell echo $(REVISION) | sed -e 's/\([0-9.]*\)-.*/\1/')
219220# This enables the toplevel repository package to change names
220221# when underlying dependencies change.
221222NAME_HASH = $(shell git hash-object distdir/$(CLONEDIR ) /$(MANIFEST_FILE ) 2>/dev/null | cut -c 1-8)
222- PKG_ID := $(REPO_TAG )
223+ PKG_ID := " $(REPO_TAG ) _OTP_ $( OTP_VER ) "
223224
224225# #
225226# # Packaging targets
You can’t perform that action at this time.
0 commit comments