FAQ:What do I need to do when changing classes

From Yocto Project
Revision as of 12:49, 22 November 2011 by Rakoenig (talk | contribs) (A problem that I encountered with mime.class yesterday)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Q: What do I need to do when changing classes? Classes are inherited by recipes but don't have a PR variable to track a version of the class file. So to make sure that packages which inherit the class are going to be rebuild I need to do what?

A: Actually I'm erasing the contens of the build directory, but that can't be the solution.