All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python-m2crypto-native: Add recipe
@ 2010-05-04 20:26 Eric Benard
  2010-05-04 20:26 ` [PATCH 2/2] crda: add version 1.1.1 Eric Benard
  2010-05-04 20:34 ` [PATCH 1/2] python-m2crypto-native: Add recipe Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Benard @ 2010-05-04 20:26 UTC (permalink / raw)
  To: openembedded-devel

- this package is needed to compile crda

Signed-off-by: Eric Benard <eric@eukrea.com>
---
 recipes/python/python-m2crypto-native_0.18.2.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 recipes/python/python-m2crypto-native_0.18.2.bb

diff --git a/recipes/python/python-m2crypto-native_0.18.2.bb b/recipes/python/python-m2crypto-native_0.18.2.bb
new file mode 100644
index 0000000..4a28464
--- /dev/null
+++ b/recipes/python/python-m2crypto-native_0.18.2.bb
@@ -0,0 +1,12 @@
+require python-m2crypto_${PV}.bb
+inherit native
+
+FILESPATH = "${FILE_DIRNAME}/python-m2crypto"
+DEPENDS = "python-native"
+
+do_stage() {
+	distutils_stage_all
+}
+
+SRC_URI[md5sum] = "445dce53fcfc7ec8f6fd31f54da8a067"
+SRC_URI[sha256sum] = "62ed44c8b2d392bdc757981ac37f05d808a0d917e4f9d95de2fbf3c2bdad41a7"
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-04 21:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 20:26 [PATCH 1/2] python-m2crypto-native: Add recipe Eric Benard
2010-05-04 20:26 ` [PATCH 2/2] crda: add version 1.1.1 Eric Benard
2010-05-04 21:00   ` [PATCH] python-m2crypto: add native Eric Benard
2010-05-04 20:34 ` [PATCH 1/2] python-m2crypto-native: Add recipe Tom Rini
2010-05-04 20:52   ` Eric Bénard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.