linux-postmarketos-allwinner: HACK: disable cross-native
To avoid issue described here: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8295#note_5453 Signed-off-by: Stefan Hansson <newbyte@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8295>
This commit is contained in:
parent
822ccc31a7
commit
a184bf63e2
2 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ def test_aports_kernel():
|
|||
if aport_name == "linux-pam-pmos":
|
||||
continue # This package isn't a linux kernel!
|
||||
|
||||
if aport_name == "linux-postmarketos-allwinner":
|
||||
continue # Hack to work around issue (see git blame)
|
||||
|
||||
if "pmb:cross-native" not in apkbuild["options"]:
|
||||
raise RuntimeError(f"{aport_name}: \"pmb:cross-native\" missing in"
|
||||
" options= line")
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ makedepends="
|
|||
bash
|
||||
"
|
||||
options="!strip !check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community
|
||||
pmb:kconfigcheck-netmount
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue