diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-30 14:49:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-01 22:33:07 +0100 |
commit | 98da689bce85313de858fc4682e58d3091bdf749 (patch) | |
tree | f16df8092dcd7cb1f190aedf065728457184f463 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 779e1ba4088eaddc1c47d910665cd23fa8467095 (diff) | |
download | poky-98da689bce85313de858fc4682e58d3091bdf749.tar.gz |
pseudo: use python 3 during builds
(From OE-Core rev: 7c2acbd4dff976e8def1e16c6631f9ab74503cae)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 9d2e349087..78500e1cc6 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -6,6 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo \ | |||
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | file://moreretries.patch \ | 7 | file://moreretries.patch \ |
8 | file://toomanyfiles.patch \ | 8 | file://toomanyfiles.patch \ |
9 | file://0001-maketables-wrappers-use-Python-3.patch \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73" | 12 | SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73" |