aria2: fix aira2-openssl install failed

Description: fix in full compile a firmware

    pkg_hash_check_unresolved: cannot find dependency aria2-openssl for aria2
    pkg_hash_fetch_best_installation_candidate: Packages for aria2 found, but incompatible with the architectures configured
    satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-aria2:
    aria2-openssl
    opkg_install_cmd: Cannot install package luci-app-aria2.

Signed-off-by: Lunatic Kochiya <125438787@qq.com>
This commit is contained in:
Lunatic Kochiya
2025-05-03 16:47:52 +08:00
committed by Tianling Shen
parent 52b51e30f4
commit 2a1b4a2035

View File

@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=aria2 PKG_NAME:=aria2
PKG_VERSION:=1.37.0 PKG_VERSION:=1.37.0
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
@@ -108,5 +108,9 @@ define Package/aria2/install
$(INSTALL_CONF) ./files/aria2.conf $(1)/etc/config/aria2 $(INSTALL_CONF) ./files/aria2.conf $(1)/etc/config/aria2
endef endef
define Package/aria2-openssl/install
true
endef
$(eval $(call BuildPackage,aria2)) $(eval $(call BuildPackage,aria2))
$(eval $(call BuildPackage,aria2-openssl)) $(eval $(call BuildPackage,aria2-openssl))