Date: Mon, 14 Sep 2009 13:46:35 +0200 From: Koen Kooi<[email protected]>
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/
>From 89b27aff8cb95def72927604492bbf77990da403 Mon Sep 17 00:00:00 2001 From: Howard Chu <[email protected]> Date: Sun, 27 Sep 2009 12:43:40 -0700 Subject: [PATCH] Add wpactrl module Signed-off-by: Howard Chu <[email protected]> --- 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
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
