summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml.in
diff options
context:
space:
mode:
authorEric Le Bihan <eric.le.bihan.dev@free.fr>2017-06-25 22:56:08 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-02 23:42:31 +0200
commit346e926c1506ec8bc99ce3dd653d01ebb605fc70 (patch)
tree673f30f94ed1a3ce267013d28394a68f3d1f34b8 /.gitlab-ci.yml.in
parentd80110a635c23aac17dabf2e58b580470749a2c9 (diff)
downloadbuildroot-346e926c1506ec8bc99ce3dd653d01ebb605fc70.tar.gz
buildroot-346e926c1506ec8bc99ce3dd653d01ebb605fc70.zip
pkg-virtual: fix host dependencies handling
If $(BR2_PACKAGE_HAS_HOST_FOO) is defined, then the pkg-virtual infrastructure will check if $(BR2_PACKAGE_PROVIDES_HOST_FOO) is not empty. But later, $(BR2_PACKAGE_HOST_FOO_DEPENDENCIES) will be set from $(BR2_PACKAGE_PROVIDES_FOO), ignoring $(BR2_PACKAGE_PROVIDES_HOST_FOO). So fix this discrepancy by setting $(BR2_PACKAGE_HOST_FOO_DEPENDENCIES) from $(BR2_PACKAGE_PROVIDES_FOO) only if $(BR2_PACKAGE_PROVIDES_HOST_FOO) is empty. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: add comments suggested by Arnout.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to '.gitlab-ci.yml.in')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud