forked from Mirror/pmbootstrap
pmb.build.autodetect: support pmb:cross-native (MR 1920)
Have explicit selection of the "native" cross compilation method with a new "pmb:cross-native" option. Deprecate the implicit pkgname pattern matching. Related: #1910
This commit is contained in:
parent
34c6f88691
commit
77a6ad03cb
2 changed files with 10 additions and 1 deletions
|
@ -38,7 +38,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
|
|||
_flavor=\"""" + device + """\"
|
||||
url="https://kernel.org"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
makedepends=\"""" + makedepends + """\"
|
||||
|
||||
# Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue