mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-pyudev: Add version 0.11 (initial recipe)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
This commit is contained in:
committed by
Koen Kooi
parent
b77b973a58
commit
32626159e6
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "A libudev binding"
|
||||
HOMEPAGE = "http://pypi.python.org/pypi/pyudev"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
PR = "r0"
|
||||
|
||||
SRCNAME = "pyudev"
|
||||
SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "dca4e69da387f9a6683ee4b5c27ca66a"
|
||||
SRC_URI[sha256sum] = "0acfa500219f4bcf711f35c1b2041d035b4bf5f302eca5038572ee788d9e584a"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-ctypes \
|
||||
python-subprocess \
|
||||
python-misc \
|
||||
libudev \
|
||||
"
|
||||
Reference in New Issue
Block a user