Ticket #190 (closed defect: fixed)
No rule to build dates.desktop
| Reported by: | koen@… | Owned by: | thomas@… |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | openmoko-dates | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@…, ross@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
| make[1]: * No rule to make target dates.desktop', needed by all-am'. Stop.
Change History
comment:2 Changed 6 years ago by ross@…
The rule to make that is included by:
@INTLTOOL_DESKTOP_RULE@
That isn't there as intltool isn't present.
I'm guessing this is due to a missing DEPENDS on intltool.
comment:4 Changed 6 years ago by koen@…
I have both intltool and intltool-native already present in staging, so that
part should be ok.
I agree however that something is going wrong with intltool, could that be
related to using a intltool-update.in from a different project (see #185)?
comment:5 Changed 6 years ago by koen@…
- Status changed from new to closed
- Resolution set to fixed
This change to autotools.bbclass fixed it:
- if grep "AC_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then
+ if grep "[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC
/dev/null; then
It's fixed both in openmoko svn and in OE .dev
Note: See
TracTickets for help on using
tickets.
