| Index: ports/opencv/build.sh
|
| diff --git a/ports/opencv/build.sh b/ports/opencv/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 6d7dc55b6f54d7b1989db00ea0ebf19104353161..5e5afb230508a91a4956d8962bc0abe327c4fb8b
|
| --- a/ports/opencv/build.sh
|
| +++ b/ports/opencv/build.sh
|
| @@ -3,8 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
|
|
| ConfigureStep() {
|
| EXTRA_CMAKE_ARGS="-DBUILD_SHARED_LIBS=OFF \
|
| @@ -29,6 +27,3 @@ BuildStep() {
|
| # opencv build can fail when build with -jN.
|
| make
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|