diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-02 02:15:25 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-03 16:38:48 +0100 |
| commit | 0c2f1ce5da27cb24fb3e66e54fbd88dd6f011613 (patch) | |
| tree | f51be4bc18eb5e84404731ff4253801221f6e3bb /meta/recipes-devtools/python/python-mako_0.9.1.bb | |
| parent | 905252658e64a45f218939ecc9eb34911a22606a (diff) | |
| download | poky-0c2f1ce5da27cb24fb3e66e54fbd88dd6f011613.tar.gz | |
python-mako: 0.9.1 -> 1.0.1
The LIC_FILES_CHKSUM was changed because the year changed: 2013 -> 2015,
the license are the same.
(From OE-Core rev: 72e37ddcaac4c7fdc4aec292defd528dd86014ac)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-mako_0.9.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-mako_0.9.1.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/python/python-mako_0.9.1.bb b/meta/recipes-devtools/python/python-mako_0.9.1.bb deleted file mode 100644 index 57d4220477..0000000000 --- a/meta/recipes-devtools/python/python-mako_0.9.1.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "Templating library for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da2a9d126b93cab0996a8287dacc480b" | ||
| 5 | |||
| 6 | SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz" | ||
| 7 | SRC_URI[md5sum] = "fe3f394ef714776d09ec6133923736a7" | ||
| 8 | SRC_URI[sha256sum] = "ed74d72b720a97a51590dfa839f2048ceeb76cc80d1d9ea5731a5262384316ae" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/Mako-${PV}" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = "python-threading \ | ||
| 15 | python-netclient \ | ||
| 16 | python-html \ | ||
| 17 | " | ||
| 18 | RDEPENDS_${PN}_class-native = "" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
