Skip to content
  • Oliver Smith's avatar
    abuild: rename makedepends_host virtual package · c54d39d8
    Oliver Smith authored and Natanael Copa's avatar Natanael Copa committed
    With a recent change in apk [1], virtual packages of the same name will
    upgrade each other. Adjust abuild to this by not using the same virtual
    package name for two types of dependencies.
    
    This fixes the way crosscompilers are built in postmarketOS [2], which
    is essentially the same as running this on Alpine's gcc aport:
    $ cd aports/main/gcc
    $ C_TARGET_ARCH=armhf CTARGET=armv6-alpine-linux-musleabihf \
      BOOTSTRAP=nobuildbase CBUILDROOT=/ abuild -r
    ...
    >>> gcc-armhf: Installing for host:
    (1/24) Upgrading .makedepends-gcc-armhf (20190714.104731 -> 20190714.104741)
    (2/24) Purging binutils-armhf (2.31.1-r2)
    ...
    
    [1] apk-tools.git 37fbafcd928c466c82c892a7868d686d710e5d07
        ("add: make virtual packages upgradeable (ref #9957)")
    [2] https://gitlab.com/postmarketOS/pmaports/blob/master/cross/gcc-armhf/APKBUILD
    
    Fixes: apk-tools#10649
    c54d39d8