On 14-09-09 03:59, Howard Chu wrote:
Here's a recipe file for the python-wpactrl module, which connects to wpa_supplicant's control interface. It works for me...
A few comments:
DESCRIPTION = "A Python extension for wpa_supplicant/hostapd control interface access" HOMEPAGE ="http://projects.otaku42.de/wiki/PythonWpaCtrl" SECTION = "devel/python" LICENSE = "GPLv2" PR = "r0"
That sets PR to its default value, so leave that out please.
SRC_URI = "svn://svn.otaku42.de;module=python-wpactrl;proto=http;rev=383"
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. regards, Koen _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
