[openwrt/openwrt] rpcd: fix package dependency for APK
LEDE Commits
lede-commits at lists.infradead.org
Fri May 17 11:56:33 PDT 2024
aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/081a59e0f289b820f101cedf1dbbff29e3d4d45a
commit 081a59e0f289b820f101cedf1dbbff29e3d4d45a
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Fri May 3 17:43:08 2024 +0200
rpcd: fix package dependency for APK
Version dependencies must not contain spaces to be compatible with both
OPKG and APK.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
package/system/rpcd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 2db014f2df..041164ccca 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -103,5 +103,5 @@ endef
$(eval $(call BuildPackage,rpcd))
$(eval $(call BuildPlugin,file,,Provides ubus calls for file and directory operations.))
$(eval $(call BuildPlugin,rpcsys,,Provides ubus calls for sysupgrade and password changing.))
-$(eval $(call BuildPlugin,iwinfo,+libiwinfo,Provides ubus calls for accessing iwinfo data.,libiwinfo (>= 2023-01-21)))
+$(eval $(call BuildPlugin,iwinfo,+libiwinfo,Provides ubus calls for accessing iwinfo data.,libiwinfo (>=2023.01.21)))
$(eval $(call BuildPlugin,ucode,+libucode,Allows implementing plugins using ucode scripts.))
More information about the lede-commits
mailing list