diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-15 10:47:33 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-22 12:22:35 +0100 |
commit | 4dd647ff7630d9c318b0dc95e8781342ebc234a5 (patch) | |
tree | b10465c098aeb2adc5bb20b4f7d1cca96869584e /meta-oe | |
parent | d1a55f820662ad6d9693d23f69a26144c782f29c (diff) | |
download | meta-openembedded-4dd647ff7630d9c318b0dc95e8781342ebc234a5.tar.gz |
python-mako: remove, migrated to oe-core
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb deleted file mode 100644 index 1d2bdd7f9..000000000 --- a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | DESCRIPTION = "Templating library for Python" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54" | ||
5 | |||
6 | PR = "r2" | ||
7 | |||
8 | SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz" | ||
9 | SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb" | ||
10 | SRC_URI[sha256sum] = "fe8698e845035586bd711a6748e4e40a208a58de276b9138026164700494b68f" | ||
11 | |||
12 | S = "${WORKDIR}/Mako-${PV}" | ||
13 | |||
14 | inherit setuptools | ||
15 | |||
16 | RDEPENDS_${PN} = "python-threading \ | ||
17 | python-netclient \ | ||
18 | python-html \ | ||
19 | " | ||
20 | RDEPENDS_${PN}_class-native = "" | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||