diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-07 19:42:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-08 09:44:27 +0000 |
commit | 17b0f1ecc6e19eacbf01def6076e5ecf4afb6a49 (patch) | |
tree | 52bdfdd6885fb9aaf1a8756311782683129bfa0a /meta | |
parent | 3046042ea4bb83fe82557a4d11611328ac1bce1f (diff) | |
download | poky-17b0f1ecc6e19eacbf01def6076e5ecf4afb6a49.tar.gz |
python3-pip: remove obsolete and confusing comment
This comment is very obsolete.
(From OE-Core rev: 147875f0bf7b68694c0338b6f212b03bfdca2ea8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pip_22.0.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.3.bb index 7eb9fb69ba..8d6dfcede7 100644 --- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb +++ b/meta/recipes-devtools/python/python3-pip_22.0.3.bb | |||
@@ -45,7 +45,6 @@ EOF | |||
45 | } | 45 | } |
46 | 46 | ||
47 | do_install:append() { | 47 | do_install:append() { |
48 | # Install as pip3 and leave pip2 as default | ||
49 | if [ -e ${D}/${bindir}/pip ]; then | 48 | if [ -e ${D}/${bindir}/pip ]; then |
50 | rm ${D}/${bindir}/pip | 49 | rm ${D}/${bindir}/pip |
51 | fi | 50 | fi |