diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-03-03 13:48:07 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2021-03-03 14:43:31 +0800 |
commit | bb0597dddbb3146ae669511a8697b496cf368d3e (patch) | |
tree | 7010c433d8f35111c4fd396a19dc3032af2a1d36 | |
parent | 1eeb4a31e372b287391ff7461cd330087d7e4606 (diff) | |
download | meta-secure-core-bb0597dddbb3146ae669511a8697b496cf368d3e.tar.gz |
python-beautifulsoup4: remove recipe
Remove the recipe because no one depends on it anymore.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb deleted file mode 100644 index 999635e..0000000 --- a/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | DESCRIPTION = "Screen-scraping library" | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" | ||
3 | SECTION = "devel/python" | ||
4 | |||
5 | LICENSE = "Apache-2.0" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596" | ||
7 | |||
8 | SRCNAME = "beautifulsoup4" | ||
9 | |||
10 | SRC_URI = "\ | ||
11 | https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815" | ||
15 | SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4" | ||
16 | |||
17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
18 | |||
19 | inherit setuptools | ||
20 | |||
21 | # avoid "error: option --single-version-externally-managed not recognized" | ||
22 | DISTUTILS_INSTALL_ARGS = "\ | ||
23 | --root=${D} \ | ||
24 | --prefix=${prefix} \ | ||
25 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
26 | --install-data=${datadir} \ | ||
27 | " | ||
28 | |||
29 | BBCLASSEXTEND = "native" | ||