Because changes too much, git doesn't take update from strace_4.7.bb to strace_4.8.bb as rename. That can't show history log with '--follow'.
Split rename to a separate commit to workaround. Be careful, this commit is not buildable. Signed-off-by: Kai Kang <[email protected]> --- .../strace/{strace_4.7.bb => strace_4.8.bb} | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-devtools/strace/{strace_4.7.bb => strace_4.8.bb} (100%) diff --git a/meta/recipes-devtools/strace/strace_4.7.bb b/meta/recipes-devtools/strace/strace_4.8.bb similarity index 100% rename from meta/recipes-devtools/strace/strace_4.7.bb rename to meta/recipes-devtools/strace/strace_4.8.bb -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
