Update to Ruby version 11.0 (#1789)

pull/1790/head
Petru Soroaga 2025-04-08 14:09:19 +03:00 committed by GitHub
parent cf526507ca
commit 31c731a0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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))