diff options
Diffstat (limited to 'package/python-serial/python-serial.mk')
-rw-r--r-- | package/python-serial/python-serial.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk index add96678b..fb6b31c59 100644 --- a/package/python-serial/python-serial.mk +++ b/package/python-serial/python-serial.mk @@ -18,4 +18,4 @@ define PYTHON_SERIAL_INSTALL_TARGET_CMDS (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr) endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) |