diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 19:03:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 19:03:51 +0000 |
commit | d269a8077e2f448d1b316c7df810614a4d8c6e3a (patch) | |
tree | e18717be9422173578c83de4eba0e51b4103c94e /include/package-dumpinfo.mk | |
parent | 38397beb8eccb40c30ac1064d419e97f9d10c85c (diff) | |
download | upstream-d269a8077e2f448d1b316c7df810614a4d8c6e3a.tar.gz upstream-d269a8077e2f448d1b316c7df810614a4d8c6e3a.tar.bz2 upstream-d269a8077e2f448d1b316c7df810614a4d8c6e3a.zip |
add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package-dumpinfo.mk')
-rw-r--r-- | include/package-dumpinfo.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk index 34196e4086..3f7a83a979 100644 --- a/include/package-dumpinfo.mk +++ b/include/package-dumpinfo.mk @@ -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) |