[openwrt/openwrt] packages: drop DEVICE specific dependency for omnia

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 5 00:59:58 PST 2024


aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f35a29d63f445d784f1e266eaa6d3825a249cd6c

commit f35a29d63f445d784f1e266eaa6d3825a249cd6c
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Mon Nov 4 22:34:52 2024 +0100

    packages: drop DEVICE specific dependency for omnia
    
    Both packages `ombnia-mcu-firmware` and `omnia-mcutool` would depend on
    a specific device. The buildbots however build all devices and therefore
    the package isn't build at all, due to unmet dependencies.
    
    While this didn't cause issues with OPKG, APK fails actively due to the
    missing packages. Drop the specific dependency, however wants to install
    unrelated firmware on any device can do that anyway.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 package/firmware/omnia-mcu-firmware/Makefile | 1 -
 package/utils/omnia-mcutool/Makefile         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/firmware/omnia-mcu-firmware/Makefile b/package/firmware/omnia-mcu-firmware/Makefile
index 6f7bd6ca70..9c1c8fbe6c 100644
--- a/package/firmware/omnia-mcu-firmware/Makefile
+++ b/package/firmware/omnia-mcu-firmware/Makefile
@@ -29,7 +29,6 @@ define Package/omnia-mcu-firmware
   CATEGORY:=Firmware
   URL:=https://gitlab.nic.cz/turris/hw/$(PKG_DISTNAME)/-/releases
   TITLE:=CZ.NIC Turris Omnia MCU firmware
-  DEPENDS:=@TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
 endef
 
 define Package/omnia-mcu-firmware/description
diff --git a/package/utils/omnia-mcutool/Makefile b/package/utils/omnia-mcutool/Makefile
index 2eca0cf190..66f8ffc6d4 100644
--- a/package/utils/omnia-mcutool/Makefile
+++ b/package/utils/omnia-mcutool/Makefile
@@ -27,7 +27,7 @@ define Package/omnia-mcutool
   CATEGORY:=Utilities
   URL:=https://gitlab.nic.cz/turris/$(PKG_NAME)
   TITLE:=CZ.NIC Turris Omnia MCU utility
-  DEPENDS:=+libopenssl +omnia-mcu-firmware @TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
+  DEPENDS:=+libopenssl +omnia-mcu-firmware
 endef
 
 define Package/omnia-mcutool/description




More information about the lede-commits mailing list