]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 May 2022 21:29:14 +0000 (22:29 +0100)
commit27de610ac30d4c81352efc794df7e9b1060f7a68
tree0f9d506dc0cd4fff278cfbda7edeb685046fb76f
parentaf27c81eaf68ee681dcd9456a74cca6a9ab40bf6
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>
scripts/git