projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff71cc
)
build: reset ALTERNATIVES field in Package/Default
author
Yousong Zhou
<yszhou4tech@gmail.com>
Wed, 3 May 2017 09:30:08 +0000
(17:30 +0800)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Wed, 3 May 2017 09:40:46 +0000
(17:40 +0800)
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 <yszhou4tech@gmail.com>
include/package-defaults.mk
patch
|
blob
|
history
diff --git
a/include/package-defaults.mk
b/include/package-defaults.mk
index 6672b67b53c2c575fadf01b76e5e802939f14d12..0eecd6c4f81ec121452c69833f8051f21387c75e 100644
(file)
--- a/
include/package-defaults.mk
+++ b/
include/package-defaults.mk
@@
-56,6
+56,7
@@
define Package/Default
VARIANT:=
DEFAULT_VARIANT:=
USERID:=
+ ALTERNATIVES:=
endef
Build/Patch:=$(Build/Patch/Default)