From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/3] fix pulseview build failures
Date: Fri, 10 Apr 2015 11:49:56 +0200 [thread overview]
Message-ID: <1428659399-28620-1-git-send-email-bgolaszewski@baylibre.com> (raw)
This series fixes pulseview build failures which have been observed
on many autobuilders. They have been caused by doxygen not being present
on host machines.
The first patch adds doxygen host package. The second makes libsigrok
depend on it when C++ bindings are selected. When that is fixed we
can finally revert the patch marking libsigrokcxx as broken.
v3:
- *really* use host-generic-package instead of host-autotools-package
- drop unneeded parenthesis around make invocations
- add a comment about the reason for not using host-autotools-package
v2:
http://lists.busybox.net/pipermail/buildroot/2015-April/124811.html
v1:
http://lists.busybox.net/pipermail/buildroot/2015-April/124714.html
Bartosz Golaszewski (3):
doxygen: new package
libsigrok: add host-doxygen dependency for C++ bindings
Revert "libsigrok: mark libsigrokcxx as broken"
package/doxygen/doxygen.hash | 2 ++
package/doxygen/doxygen.mk | 28 ++++++++++++++++++++++++++++
package/libsigrok/Config.in | 3 ---
package/libsigrok/libsigrok.mk | 2 +-
package/pulseview/Config.in | 2 --
5 files changed, 31 insertions(+), 6 deletions(-)
create mode 100644 package/doxygen/doxygen.hash
create mode 100644 package/doxygen/doxygen.mk
--
2.1.4
next reply other threads:[~2015-04-10 9:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 9:49 Bartosz Golaszewski [this message]
2015-04-10 9:49 ` [Buildroot] [PATCH v3 1/3] doxygen: new package Bartosz Golaszewski
2015-04-12 16:55 ` Thomas Petazzoni
2015-04-13 10:31 ` Bartosz Golaszewski
2015-04-13 11:27 ` Thomas Petazzoni
2015-04-10 9:49 ` [Buildroot] [PATCH v3 2/3] libsigrok: add host-doxygen dependency for C++ bindings Bartosz Golaszewski
2015-04-12 16:58 ` Thomas Petazzoni
2015-04-10 9:49 ` [Buildroot] [PATCH v3 3/3] Revert "libsigrok: mark libsigrokcxx as broken" Bartosz Golaszewski
2015-04-12 16:59 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428659399-28620-1-git-send-email-bgolaszewski@baylibre.com \
--to=bgolaszewski@baylibre.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox