From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 27 Mar 2019 15:37:38 +0100 Subject: [Buildroot] [PATCH v2] package/libpcap: fix bluez circular dependency In-Reply-To: <45321e8446f7e16a4c1d5f4a9b827c5d2e75bdc3.1552849786.git.baruch@tkos.co.il> (Baruch Siach's message of "Sun, 17 Mar 2019 21:09:46 +0200") References: <45321e8446f7e16a4c1d5f4a9b827c5d2e75bdc3.1552849786.git.baruch@tkos.co.il> Message-ID: <87mulgs7rh.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Baruch" == Baruch Siach writes: > The optional bluez_utils dependency of libpcap creates a circular > dependency: > $ make dbus-show-recursive-depends > Recursion detected for : systemd > which is a dependency of: dbus > which is a dependency of: bluez_utils > which is a dependency of: libpcap > which is a dependency of: iptables > which is a dependency of: systemd > make: *** [package/dbus/dbus.mk:121: dbus-show-recursive-depends] Error 1 > Drop support for bluez_utils. For bluez5_utils, which also depends on > dbus, we only need the headers in the bluez5_utils-headers package. Use > that to break the circular dependency. > Fixes: > http://autobuild.buildroot.net/results/9c3/9c3ee798fa6bb501a20a7892c0b085d2b279b664/ > Suggested-by: Yann E. MORIN > Signed-off-by: Baruch Siach > --- > v2: keep bluez5_utils, and use bluez5_utils-headers (Yann) Committed to 2019.02.x, thanks. -- Bye, Peter Korsgaard