add the correct NO_BRP_CHECK_BYTECODE_VERSION flag to fix the autobuild fail
This commit is contained in:
parent
011561c3d3
commit
66b98cc0d0
@ -89,7 +89,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
export NO_BRP_BYTECODE_VERSION=1
|
export NO_BRP_CHECK_BYTECODE_VERSION="true"
|
||||||
|
|
||||||
## Prime the file system ##
|
## Prime the file system ##
|
||||||
install -d %{buildroot}%{prefix}
|
install -d %{buildroot}%{prefix}
|
||||||
|
@ -149,7 +149,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
export NO_BRP_BYTECODE_VERSION=1
|
export NO_BRP_CHECK_BYTECODE_VERSION="true"
|
||||||
|
|
||||||
## Prime the file system ##
|
## Prime the file system ##
|
||||||
install -d %{buildroot}%{prefix}
|
install -d %{buildroot}%{prefix}
|
||||||
|
@ -87,7 +87,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
export NO_BRP_BYTECODE_VERSION=1
|
export NO_BRP_CHECK_BYTECODE_VERSION="true"
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{prefix}
|
mkdir -p %{buildroot}%{prefix}
|
||||||
mkdir -p %{buildroot}%{prefix}/CASA
|
mkdir -p %{buildroot}%{prefix}/CASA
|
||||||
|
Loading…
Reference in New Issue
Block a user