]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest: add test for git working correctly inside pseudo
authorRoss Burton <ross.burton@arm.com>
Fri, 6 May 2022 15:56:00 +0000 (16:56 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 May 2022 14:01:07 +0000 (04:01 -1000)
commit3fafd22233be8961801fa541969383b5b8444dee
tree812b726ba82284e51bce34c612c7c3b063b9f173
parente69a1533dfb8ceb5b91610f2ab8b3da575fcc36e
oeqa/selftest: add test for git working correctly inside pseudo

The fix for CVE-2022-24765 in git[1] breaks any use of git inside
pseudo. Add a simple test case to oe-selftest to verify that at least
basic uses of git work fine under pseudo.

[1] https://github.com/git/git/commit/8959555cee7ec045958f9b6dd62e541affb7e7d9

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 46822268040a23dbb81f71fe35aee8c2663a31f6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb
meta/lib/oeqa/selftest/cases/git.py [new file with mode: 0644]