increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-m2crypto_0.18.2.bb
1 DESCRIPTION = "A Python crypto and SSL toolkit"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 DEPENDS = "openssl swig-native"
5 LICENSE = "BSD"
6 SRCNAME = "M2Crypto"
7 PR = "ml1"
8
9 SRC_URI = "\
10   http://chandlerproject.org/pub/Projects/MeTooCrypto/m2crypto-${PV}.tar.gz \
11   file://install.patch;patch=1 \
12 "
13 S = "${WORKDIR}/m2crypto-0.18.2"
14
15 inherit setuptools
16
17 export STAGING_DIR
18 export STAGING_INCDIR
19 export STAGING_LIBDIR