diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-26 11:47:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | 9f5f3905007c59730e32fa72fcdbe41485c306c0 (patch) | |
tree | dc91228966be5d473b241a187578d03565a127a9 /meta/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch | |
parent | c0a16eaae08edaa21c551947726b189a1afec1ae (diff) | |
download | poky-9f5f3905007c59730e32fa72fcdbe41485c306c0.tar.gz |
pseudo: Switch to oe-core branch in git repo
We have a significant number of outstanding patches to pseudo. Rather than
queue these up as patches, create a branch in the upstream repo and use that
until such times as we have someone with the time/skills to properly review
these for master in the pseudo repo.
(From OE-Core rev: f09088eaa803ce396726368626a35dee70168d91)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch')
-rw-r--r-- | meta/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch b/meta/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch deleted file mode 100644 index b2dbdad278..0000000000 --- a/meta/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From dbd34b1b2af8fbf44a0d5c37abe3448405819823 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Wed, 28 Aug 2019 19:20:29 +0200 | ||
4 | Subject: [PATCH] maketables/wrappers: use Python 3 | ||
5 | |||
6 | Changelog indicates they should be compatible. | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
10 | --- | ||
11 | maketables | 2 +- | ||
12 | makewrappers | 2 +- | ||
13 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/maketables b/maketables | ||
16 | index a211772..52285e2 100755 | ||
17 | --- a/maketables | ||
18 | +++ b/maketables | ||
19 | @@ -1,4 +1,4 @@ | ||
20 | -#!/usr/bin/env python | ||
21 | +#!/usr/bin/env python3 | ||
22 | # | ||
23 | # Copyright (c) 2008-2010, 2013 Wind River Systems, Inc. | ||
24 | # | ||
25 | diff --git a/makewrappers b/makewrappers | ||
26 | index e84607d..b34f7eb 100755 | ||
27 | --- a/makewrappers | ||
28 | +++ b/makewrappers | ||
29 | @@ -1,4 +1,4 @@ | ||
30 | -#!/usr/bin/env python | ||
31 | +#!/usr/bin/env python3 | ||
32 | # | ||
33 | # Copyright (c) 2008-2011,2013 Wind River Systems, Inc. | ||
34 | # | ||