]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/git: Ensure we don't have circular references
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2022 15:56:03 +0000 (16:56 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 May 2022 14:01:07 +0000 (04:01 -1000)
commitb9dcaa76b3274ced1e4b9e2ca33f778e8cd50032
treeb8297157ed3e84289f942a3f088bc1c76d593816
parent07f282fb94a5a7c0a3fad451c844e5b26074c744
scripts/git: Ensure we don't have circular references

This is horrible but I'm running out of better ideas. We hit circular reference
issues which we were trying to avoid in the core HOSTTOOLS code. When building
the eSDK, there can be two copies of the script.

Therefore assume git will never be in a directory called scripts. This
fixes eSDK build failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 27de610ac30d4c81352efc794df7e9b1060f7a68)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/git