fix device model display version
Remove quotation marks from build version and tag to be likely upstream version. The tag will be 20XXwYY.Z.140000p due to autospec requeriments. Please note the change between upstream tag which is the "-" between Z and 140000p. resolves https://github.com/projectacrn/acrn-hypervisor/issues/4132
This commit is contained in:
parent
c7fef62168
commit
4f12c13704
|
@ -142,7 +142,7 @@ export CFLAGS="$CFLAGS -fno-lto "
|
|||
export FCFLAGS="$CFLAGS -fno-lto "
|
||||
export FFLAGS="$CFLAGS -fno-lto "
|
||||
export CXXFLAGS="$CXXFLAGS -fno-lto "
|
||||
make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{release} BUILD_TAG=acrn-%{version}
|
||||
|
||||
|
||||
%install
|
||||
|
|
Loading…
Reference in New Issue