diff options
author | Howard Chu <hyc@symas.com> | 2009-09-27 09:50:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-28 11:06:59 +0200 |
commit | e5d715b372315feee1d11ce7438cb614c00cd5ed (patch) | |
tree | bee96a820abc3866cf183822fd7848755fe549d3 /recipes/python | |
parent | 514979f141ca48b1b78b91ca3528262f812f4724 (diff) |
python-wpactrl: add 1.0.1
Signed-off-by: Howard Chu <hyc@symas.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-wpactrl_svn.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-wpactrl_svn.bb b/recipes/python/python-wpactrl_svn.bb new file mode 100644 index 0000000000..e0e8a05195 --- /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}" + |