[Buildroot] [git commit] package/python-serial: add host variant

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon May 30 19:20:35 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=d35ba174095b86a0cf724179f7d4e8d0e3d9c127
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This will be needed by the upcoming python-kflash package.

Signed-off-by: Damien Le Moal <damien.lemoal at opensource.wdc.com>
[Thomas: split from a larger patch from Damien Le Moal]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-serial/python-serial.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
index 249ea9d5a3..87cd9392f1 100644
--- a/package/python-serial/python-serial.mk
+++ b/package/python-serial/python-serial.mk
@@ -12,3 +12,4 @@ PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
 PYTHON_SERIAL_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
+$(eval $(host-python-package))



More information about the buildroot mailing list