From: Michael 'Mickey' Lauer Date: Mon, 12 Jan 2009 23:30:27 +0000 (+0000) Subject: python-m2crypto: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ed99fcbb4425b5120c02726ba240d4af96a11a;p=openembedded.git python-m2crypto: bump for python 2.6 --- 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