[Buildroot] [PATCH v2] package/python-numpy: add reverse dependency on packages using python-numpy

Peter Korsgaard peter at korsgaard.com
Mon Sep 2 16:28:09 UTC 2019


>>>>> "Aalx" == Aalx  <alexandre.payen at smile.fr> writes:

 > From: Alexandre PAYEN <alexandre.payen at smile.fr>
 > Since commit 1aa59097e61d524bb55ab1fcd4fbe5098b3e0bed[1] is merged, a
 > new build failure occurs when selecting packages which needs
 > python-numpy as dependency.

 > This fix a build issue[2] by adding the correct reverse dependencies
 > to the following packages :
 > - gnuradio (for python support)
 > - opencv3 (for python support)
 > - piglit
 > - python-matplotlib

 > So :
 > - adding to every listed packages
 >   `depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)`
 >   and add a comment to explain what happend.

 > [1] https://git.buildroot.net/buildroot/commit/?id=1aa59097e61d524bb55ab1fcd4fbe5098b3e0bed
 > [2] http://autobuild.buildroot.org/results/b76/b76b6cf9602bcf5df69a7276762eab54cf74007b

 > Signed-off-by: Alexandre PAYEN <alexandre.payen at smile.fr>
 > Cc: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
 > Cc: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
 > Cc: Damien DUVAL <damien.duval at smile.fr>
 > Cc: Romain Naour <romain.naour at smile.fr>
 > Reviewed-by: Romain Naour <romain.naour at smile.fr>
 > ---
 > I also checked there is no more dependecy propagation.
 > v2:
 > Remove gr-osmosdr propagation because it depends on gnuradio which
 > depends on glic or musl.

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list