9f44d4fd6f
Also remove no longer needed patch (merged upstream before the release of v2.1). Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
561 B
Makefile
21 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# picocom
|
|
#
|
|
################################################################################
|
|
|
|
PICOCOM_VERSION = 2.1
|
|
PICOCOM_SITE = $(call github,npat-efault,picocom,$(PICOCOM_VERSION))
|
|
PICOCOM_LICENSE = GPLv2+
|
|
PICOCOM_LICENSE_FILES = LICENSE.txt
|
|
|
|
define PICOCOM_BUILD_CMDS
|
|
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
|
endef
|
|
|
|
define PICOCOM_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -D -m 0755 $(@D)/picocom $(TARGET_DIR)/usr/bin/picocom
|
|
endef
|
|
|
|
$(eval $(generic-package))
|