Update to Ruby version 11.0

pull/1789/head
Petru Soroaga 2025-04-08 08:36:24 +03:00
parent cf526507ca
commit 6370dee417
2 changed files with 2 additions and 3 deletions

View File

@ -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))