mirror of https://github.com/OpenIPC/firmware.git
Update to Ruby version 11.0 (#1789)
parent
cf526507ca
commit
31c731a0f5
|
@ -1 +0,0 @@
|
|||
10.8
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
RUBYFPV_SITE_METHOD = git
|
||||
RUBYFPV_SITE = https://github.com/RubyFPV/RubyFPV
|
||||
RUBYFPV_VERSION = 3b9149a6008134ee3361ff8b1c1532d09679e25b
|
||||
RUBYFPV_VERSION = HEAD
|
||||
|
||||
RUBYFPV_DEPENDENCIES += libpcap iw
|
||||
|
||||
|
@ -37,7 +37,7 @@ define RUBYFPV_INSTALL_TARGET_CMDS
|
|||
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/sbin $(@D)/ruby_rt_vehicle
|
||||
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/sbin $(@D)/ruby_tx_telemetry
|
||||
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/sbin $(RUBYFPV_PKGDIR)/files/ruby_stop.sh
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/sbin $(RUBYFPV_PKGDIR)/files/version_ruby_base.txt
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/sbin $(@D)/version_ruby_base.txt
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
|
Loading…
Reference in New Issue