diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-21 22:33:44 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:35 -0800 |
commit | c9e0f7dc696b86a26895eea431d4d5c61af2e41c (patch) | |
tree | c1f2ba9071b6c4bc7246e6adbda32f5c70ceda9c /meta-oe/recipes-devtools/sip | |
parent | 7df11a27a03f8752e3dade2adeb88d21b4b79da5 (diff) | |
download | meta-openembedded-c9e0f7dc696b86a26895eea431d4d5c61af2e41c.tar.gz |
sip: Delete python2 version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/sip')
-rw-r--r-- | meta-oe/recipes-devtools/sip/sip_4.19.19.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.19.bb b/meta-oe/recipes-devtools/sip/sip_4.19.19.bb deleted file mode 100644 index 6299de487..000000000 --- a/meta-oe/recipes-devtools/sip/sip_4.19.19.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require sip.inc | ||
2 | |||
3 | DEPENDS = "python" | ||
4 | |||
5 | inherit python3-dir python3native | ||
6 | |||
7 | PACKAGES += "python-sip" | ||
8 | |||
9 | FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/" | ||
10 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | ||
11 | |||