[oe-commits] Alejandro Hernandez : python-pexpect: Creates a recipe for the pexpect python module

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 21:49:14 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e353c9a94d82eba6e2d9bce303e9be891cc2aec2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e353c9a94d82eba6e2d9bce303e9be891cc2aec2

Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Date:   Wed Mar 18 16:25:54 2015 -0600

python-pexpect: Creates a recipe for the pexpect python module

Based on the recipe contained in http://layers.openembedded.org/layerindex/branch/master/layer/meta-python

[YOCTO #7279]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/python/python-pexpect_3.3.bb | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/meta/recipes-devtools/python/python-pexpect_3.3.bb b/meta/recipes-devtools/python/python-pexpect_3.3.bb
new file mode 100644
index 0000000..cd80aeb
--- /dev/null
+++ b/meta/recipes-devtools/python/python-pexpect_3.3.bb
@@ -0,0 +1,23 @@
+SUMMARY = "A Pure Python Expect like Module for Python"
+HOMEPAGE = "http://pexpect.readthedocs.org/"
+SECTION = "devel/python"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c25d9a0770ba69a9965acc894e9f3644"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.gz"
+SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8"
+SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba"
+
+S = "${WORKDIR}/pexpect-${PV}"
+
+inherit distutils
+
+RDEPENDS_${PN} = "\
+    python-core \
+    python-io \
+    python-terminal \
+    python-resource \
+    python-fcntl \
+"
+
+BBCLASSEXTEND = "nativesdk"



More information about the Openembedded-commits mailing list