[oe-commits] Michael 'Mickey' Lauer : python-m2crypto: bump for python 2.6

GIT User account git at amethyst.openembedded.net
Mon Jan 12 23:42:58 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 88ed99fcbb4425b5120c02726ba240d4af96a11a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=88ed99fcbb4425b5120c02726ba240d4af96a11a

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Jan 12 23:30:27 2009 +0000

python-m2crypto: bump for python 2.6

---

 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 c83a2ec..fb11aa0 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





More information about the Openembedded-commits mailing list