diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-29 13:10:16 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-29 13:10:16 +0200 |
| commit | e02161e5582a182d8a3b672ad91fc27843f1a438 (patch) | |
| tree | 9c8dccf7143ade33df0b42bf188080e858a7b273 /recipes/python/python-wpactrl_svn.bb | |
| parent | ae406036fed38040f406d4408c6bbb77cb25f831 (diff) | |
| parent | 53e7eb0ef3106cf5c9c12a4834f77b6a2119a193 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-wpactrl_svn.bb')
| -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}" + |
