Ver Fonte

build: reset ALTERNATIVES field in Package/Default

Otherwise ipkg packages may wrongly take on alternatives specs of
another package sharing the same package Makefile

Fixes FS#753

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou há 8 anos atrás
pai
commit
7842ccecc0
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      include/package-defaults.mk

+ 1 - 0
include/package-defaults.mk

@@ -56,6 +56,7 @@ define Package/Default
   VARIANT:=
   DEFAULT_VARIANT:=
   USERID:=
+  ALTERNATIVES:=
 endef
 
 Build/Patch:=$(Build/Patch/Default)