From 0eafafbe3dcff1362ee7f0617af6b75e22cd5014 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 11 Jan 2011 21:45:55 +0100 Subject: python-serial: new package python-serial is a Python library to access serial ports. This package has originally been introduced to test that third-party pure Python modules (that do not use C extensions) build properly against the Buildroot Python infrastructure. Signed-off-by: Thomas Petazzoni --- package/python-serial/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/python-serial/Config.in (limited to 'package/python-serial/Config.in') diff --git a/package/python-serial/Config.in b/package/python-serial/Config.in new file mode 100644 index 000000000..ea090bda5 --- /dev/null +++ b/package/python-serial/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_SERIAL + bool "python-serial" + depends on BR2_PACKAGE_PYTHON + help + python-serial is a Python library to access serial ports. + + http://pyserial.sf.net + -- cgit v1.2.3-55-g7522