forked from Mirror/pmbootstrap
Fix conflict with mkbootimg and android-tools (#1557)
Alpine ships `mkbootimg` with the `android-tools` package now. This conflicts with the `mkbootimg` fork from osm0sis (see #441). Changes: * Rename `mkbootimg` to `mkbootimg-osm0sis` (aport and binary name) * `mkbootimg-osm0sis`: provides `mkbootimg` now (so we don't need to change all the device aports), update version to 2018.05.10 * Adjust our `mkinitfs` script to call `mkbootimg-osm0sis` * Better aport description * pkgrel_bump testcase: don't fail on deleted aport
This commit is contained in:
parent
b9d35f60e0
commit
3263bc4cb4
5 changed files with 31 additions and 29 deletions
|
@ -128,7 +128,7 @@ def auto_apkindex_package(args, arch, aport, apk, dry=False):
|
|||
# (which means dynamic libraries that the package was linked
|
||||
# against) and packages for which no aport exists.
|
||||
if (depend.startswith("so:") or
|
||||
not pmb.build.other.find_aport(args, depend)):
|
||||
not pmb.build.other.find_aport(args, depend, False)):
|
||||
missing.append(depend)
|
||||
|
||||
# Increase pkgrel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue