From 3a01537332e19a30d402010306f167c92b8e9a87 Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Tue, 23 Jan 2018 22:23:33 +0100 Subject: [PATCH] Delete remaining legacy "repack" code path (#1154) --- pmb/build/autodetect.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pmb/build/autodetect.py b/pmb/build/autodetect.py index ea607041..2d1c1fd1 100644 --- a/pmb/build/autodetect.py +++ b/pmb/build/autodetect.py @@ -57,8 +57,6 @@ def crosscompile(args, apkbuild, arch, suffix): """ if not args.cross: return None - if apkbuild["pkgname"].endswith("-repack"): - return None if not pmb.parse.arch.cpu_emulation_required(args, arch): return None if suffix == "native":