All of lore.kernel.org
 help / color / mirror / Atom feed
From: Howard Chu <hyc@symas.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: python-wpactrl
Date: Sun, 27 Sep 2009 12:50:08 -0700	[thread overview]
Message-ID: <4ABFC1F0.2080601@symas.com> (raw)
In-Reply-To: <mailman.37215.1252941941.21824.openembedded-devel@lists.openembedded.org>

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

> Date: Mon, 14 Sep 2009 13:46:35 +0200
> From: Koen Kooi<k.kooi@student.utwente.nl>

> Please use SRCREV to point to the revision and put it in PV as well so
> people can see which version they are installing.
>
> And please send it as a git-am'able patch so we can track author metadata.

I think this addresses your comments.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

[-- Attachment #2: 0001-Add-wpactrl-module.patch --]
[-- Type: text/x-diff, Size: 1014 bytes --]

From 89b27aff8cb95def72927604492bbf77990da403 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@symas.com>
Date: Sun, 27 Sep 2009 12:43:40 -0700
Subject: [PATCH] Add wpactrl module


Signed-off-by: Howard Chu <hyc@symas.com>
---
 recipes/python/python-wpactrl_svn.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 recipes/python/python-wpactrl_svn.bb

diff --git a/recipes/python/python-wpactrl_svn.bb b/recipes/python/python-wpactrl_svn.bb
new file mode 100644
index 0000000..e0e8a05
--- /dev/null
+++ b/recipes/python/python-wpactrl_svn.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A Python extension for wpa_supplicant/hostapd control interface access"
+SECTION = "devel/python"
+LICENSE = "GPLv2"
+HOMEPAGE = "http://projects.otaku42.de/wiki/PythonWpaCtrl"
+
+inherit distutils
+
+SRCREV = "383"
+SRC_URI = "svn://svn.otaku42.de;module=python-wpactrl;proto=http"
+S = "${WORKDIR}/python-wpactrl/trunk"
+PV = "1.0.1+svnr${SRCREV}"
+
-- 
1.6.0.4


       reply	other threads:[~2009-09-27 19:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.37215.1252941941.21824.openembedded-devel@lists.openembedded.org>
2009-09-27 19:50 ` Howard Chu [this message]
     [not found] <mailman.15.1253008803.14572.openembedded-devel@lists.openembedded.org>
2009-09-15 14:30 ` python-wpactrl Howard Chu
2009-09-14  1:59 python-wpactrl Howard Chu
2009-09-14 11:46 ` python-wpactrl Koen Kooi
2009-09-15  8:13 ` python-wpactrl Phil Blundell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ABFC1F0.2080601@symas.com \
    --to=hyc@symas.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.