diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2020-12-01 19:11:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 22:53:09 +0000 |
| commit | 7548e8755e84f751df35894595e1816cd5283c7d (patch) | |
| tree | c29e77763d939a3da2c35c7c65b33d23c168b318 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
| parent | 89c09260ed77aca3f088eba504f69c99d4c4ee5f (diff) | |
| download | poky-7548e8755e84f751df35894595e1816cd5283c7d.tar.gz | |
pseudo: Simplify pseudo_client_ignore_path_chroot()
This also plugs a memory leak in pseudo_client_ignore_path_chroot().
(From OE-Core rev: d8dddd5054a1c4e20a3e32fa9ab31f5859d6fbb6)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 2e13fec540..50933c4bc1 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -4,6 +4,8 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | |||
| 4 | file://0001-configure-Prune-PIE-flags.patch \ | 4 | file://0001-configure-Prune-PIE-flags.patch \ |
| 5 | file://fallback-passwd \ | 5 | file://fallback-passwd \ |
| 6 | file://fallback-group \ | 6 | file://fallback-group \ |
| 7 | file://0002-pseudo_client-Lessen-indentation-of-pseudo_client_ig.patch \ | ||
| 8 | file://0003-pseudo_client-Simplify-pseudo_client_ignore_path_chr.patch \ | ||
| 7 | " | 9 | " |
| 8 | 10 | ||
| 9 | SRCREV = "cca0d7f15b7197095cd587420d31b187620c3093" | 11 | SRCREV = "cca0d7f15b7197095cd587420d31b187620c3093" |
