Explorar o código

omnia-eeprom: Mark it nonshared

This tool was build in the phase 2 build, there the
TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia dependecy was probably
not meat. Mark it as non shared to build it together with the target
where this option is set.

Signed-off-by: Hauke Mehrtens <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16975
Signed-off-by: Robert Marko <[email protected]>
Hauke Mehrtens hai 1 ano
pai
achega
371e7bef40
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/utils/omnia-eeprom/Makefile

+ 1 - 0
package/utils/omnia-eeprom/Makefile

@@ -15,6 +15,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-v$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/omnia-eeprom/-/archive/v$(PKG_VERSION)/
 PKG_HASH:=6f949d0b8080adca8bae088774ce615b563ba6ec2807cce97ee6769b4eee7bbf
+PKG_FLAGS:=nonshared
 
 PKG_MAINTAINER:=Marek Behun <[email protected]>
 PKG_LICENSE:=GPL-2.0-or-later