pkg: verbatim match on business tag

This commit is contained in:
Franco Fichtner 2021-03-31 15:47:04 +02:00
parent 919f11941e
commit 8220814034

View File

@ -56,6 +56,8 @@ _NEXTDEVEL!= ${GIT} tag -l ${CORE_NEXT}\*
_NEXTMATCH= --match=${CORE_NEXT}\*
. endif
. endif
. elif ${CORE_TYPE:M[Bb][Uu][Ss]*}
_NEXTMATCH= '' # XXX verbatim match for now
. else
_NEXTSTABLE!= ${GIT} tag -l ${CORE_ABI}\*
. if !empty(_NEXTSTABLE)