Ticket #183 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

openmoko-simple-mediaplayer missing mkinstalldirs and has missing plugins

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

"fix":

do_install_prepend() {

touch mkinstalldirs

}

And it needs to package other things as well:

FILES_${PN} += " \

${datadir}/images \
${libdir}/bmp/*/*.so \

"

Change History

comment:1 Changed 6 years ago by jluebbe@…

It builds correctly with the current OE.

comment:2 Changed 6 years ago by alphaone@…

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

This builds with my setup (openmoko recommended). Closing this for now.

Note: See TracTickets for help on using tickets.