Ticket #183 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

It builds correctly with the current OE.