What's the best way to mark a package for recompilation after an initial 'make'?
I've successfully compiled the source for LE to an image but when I make changes to Kodi's source code inside the build.* directory and run 'make' again it doesn't attempt to recompile the changes. What I found to do was to 'clean' the package, then 'unpack', edit in the source changes and then run 'make' again which will quickly become a PITA.
I'm assuming there's a better way to this but I'm not familiar with the methods.