add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages

SVN-Revision: 26491
This commit is contained in:
Felix Fietkau
2011-04-05 19:03:51 +00:00
parent 980190367c
commit 459762ace2
4 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ $(if $(MENU),Menu: $(MENU)
)$(if $(findstring $(PREREQ_CHECK),1),Prereq-Check: 1
)Version: $(VERSION)
Depends: $(DEPENDS)
Menu-Depends: $(MDEPENDS)
Provides: $(PROVIDES)
$(if $(VARIANT),Build-Variant: $(VARIANT)
)$(if $(PKG_BUILD_DEPENDS),Build-Depends: $(PKG_BUILD_DEPENDS)