Revert "linux-postmarketos-allwinner: HACK: disable cross-native"
This was only needed as a temporary workaround[1].
This reverts commit a184bf63e2.
[1]: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8295#note_546725
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8476>
This commit is contained in:
parent
f43a60639d
commit
c6caa19a8f
2 changed files with 2 additions and 4 deletions
|
|
@ -21,9 +21,6 @@ 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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue