aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pyinotify_0.9.6.bb
diff options
context:
space:
mode:
authorDominic Sacré <dominic.sacre@gmx.de>2015-08-24 17:27:57 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:17:08 +0200
commit7f25647a36dfc2c23406d3ac2fb638b7dd10e0a7 (patch)
tree6939a7e04e483c71276e366a5e2236781d9610e2 /recipes-devtools/python/python-pyinotify_0.9.6.bb
parent300ec30b2119bd795130c2bb96f740efeedfca57 (diff)
downloadmeta-python2-7f25647a36dfc2c23406d3ac2fb638b7dd10e0a7.tar.gz
python3-pyinotify: Add new recipe
Use a common .inc file for the python-pyinotify and python3-pyinotify recipes. (From meta-openembedded commit: d6ee00bce06220f5bffe8d539a11f9a8410b3541) Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-pyinotify_0.9.6.bb')
-rw-r--r--recipes-devtools/python/python-pyinotify_0.9.6.bb17
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes-devtools/python/python-pyinotify_0.9.6.bb b/recipes-devtools/python/python-pyinotify_0.9.6.bb
index 42956ce..d1f84c3 100644
--- a/recipes-devtools/python/python-pyinotify_0.9.6.bb
+++ b/recipes-devtools/python/python-pyinotify_0.9.6.bb
@@ -1,17 +1,2 @@
-DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring"
-HOMEPAGE = "https://pypi.python.org/pypi/pyinotify"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
-
-RDEPENDS_${PN} += "python-threading python-io python-subprocess python-misc python-shell"
-
-SRCNAME = "pyinotify"
-SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"
-SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
inherit setuptools
+require python-pyinotify.inc