diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 15:26:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | cefeac268ed326d45e555fc81be32528ed6feb0d (patch) | |
tree | f31daa7f818fcd0171d8be31f8be26f8896b8724 /meta/recipes-devtools/python/python-pexpect_3.3.bb | |
parent | aa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (diff) | |
download | poky-cefeac268ed326d45e555fc81be32528ed6feb0d.tar.gz |
package_regex.inc: split PyPi related entries to their own recipes
(From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pexpect_3.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-pexpect_3.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pexpect_3.3.bb b/meta/recipes-devtools/python/python-pexpect_3.3.bb index cd80aeb2f1..5318405bf6 100644 --- a/meta/recipes-devtools/python/python-pexpect_3.3.bb +++ b/meta/recipes-devtools/python/python-pexpect_3.3.bb | |||
@@ -8,6 +8,8 @@ SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.g | |||
8 | SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8" | 8 | SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8" |
9 | SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba" | 9 | SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | ||
12 | |||
11 | S = "${WORKDIR}/pexpect-${PV}" | 13 | S = "${WORKDIR}/pexpect-${PV}" |
12 | 14 | ||
13 | inherit distutils | 15 | inherit distutils |