Ticket #182 (closed defect: fixed)
openmoko-panel-demo-simple hardcodes -Werror
| Reported by: | koen@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OE bitbake recipes / build system | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
openmoko-panel-demo-simple hardcodes -Werror, which breaks if you have warnings
lower in the stack (e.g. in gtk 2.10.9)
My solution in OE:
do_configure_prepend() {
sed -i -e s:-Werror::g src/Makefile.am
}
Change History
Note: See
TracTickets for help on using
tickets.

fixed in 1015, thanks.