diff options
Diffstat (limited to 'packages/python/python-m2crypto_0.18.2.bb')
-rw-r--r-- | packages/python/python-m2crypto_0.18.2.bb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/packages/python/python-m2crypto_0.18.2.bb b/packages/python/python-m2crypto_0.18.2.bb index c83a2ec076..fb11aa0890 100644 --- a/packages/python/python-m2crypto_0.18.2.bb +++ b/packages/python/python-m2crypto_0.18.2.bb @@ -4,15 +4,16 @@ PRIORITY = "optional" DEPENDS = "openssl swig-native" LICENSE = "BSD" SRCNAME = "M2Crypto" -PR = "ml0" +PR = "ml1" -SRC_URI = "http://chandlerproject.org/pub/Projects/MeTooCrypto/m2crypto-${PV}.tar.gz \ - file://install.patch;patch=1" +SRC_URI = "\ + http://chandlerproject.org/pub/Projects/MeTooCrypto/m2crypto-${PV}.tar.gz \ + file://install.patch;patch=1 \ +" S = "${WORKDIR}/m2crypto-0.18.2" inherit setuptools -export STAGING_DIR := "${STAGING_DIR}" -export STAGING_INCDIR := "${STAGING_INCDIR}" -export STAGING_LIBDIR := "${STAGING_LIBDIR}" - +export STAGING_DIR +export STAGING_INCDIR +export STAGING_LIBDIR |