Ticket #182 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by mickey@…

  • Status changed from new to closed
  • Resolution set to fixed

fixed in 1015, thanks.

Note: See TracTickets for help on using tickets.