diff options
author | Derek Straka <derek@asterius.io> | 2020-04-03 17:21:18 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 |
commit | 8effb46af046e1aab381d2461480d76e4c7fe811 (patch) | |
tree | d129cd3480020a0046a1e10bc2ecd594a47484ae /meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc | |
parent | 9455d4b435a4c954188cf822d4f63532b4c68c8b (diff) | |
download | meta-openembedded-8effb46af046e1aab381d2461480d76e4c7fe811.tar.gz |
python-xstatic-font-awesome: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc b/meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc deleted file mode 100644 index d13cb83f6e..0000000000 --- a/meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=313d021898694cd2b0ea6508bdfe51a2" | ||
6 | |||
7 | PYPI_PACKAGE = "XStatic-Font-Awesome" | ||
8 | |||
9 | inherit pypi | ||
10 | |||
11 | SRC_URI[md5sum] = "141a0e9a7e21e82f922573a00ae0c166" | ||
12 | SRC_URI[sha256sum] = "e01fb480caaa7c7963dcb3328a4700e631bef6070db0e8b685816d220e685f6c" | ||
13 | |||
14 | DEPENDS += " \ | ||
15 | ${PYTHON_PN}-xstatic \ | ||
16 | ${PYTHON_PN}-pip \ | ||
17 | " | ||