summaryrefslogtreecommitdiffstats
path: root/include/package-dumpinfo.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-10 20:27:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-10 20:27:37 +0000
commitedee850e181abba55d7cb03788d75fc3bac2a54a (patch)
treeebd4851c122c1e39b39fb9c5f864de95e330f541 /include/package-dumpinfo.mk
parent9fe1b02ddf7e431da3320411a9048cc9ce0f543e (diff)
downloadmaster-31e0f0ae-edee850e181abba55d7cb03788d75fc3bac2a54a.tar.gz
master-31e0f0ae-edee850e181abba55d7cb03788d75fc3bac2a54a.tar.bz2
master-31e0f0ae-edee850e181abba55d7cb03788d75fc3bac2a54a.zip
build: add a dependency on libc to all non-kernel packages
SVN-Revision: 32171
Diffstat (limited to 'include/package-dumpinfo.mk')
-rw-r--r--include/package-dumpinfo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk
index a297f2336e..2bf78c3f18 100644
--- a/include/package-dumpinfo.mk
+++ b/include/package-dumpinfo.mk
@@ -30,7 +30,7 @@ $(if $(MENU),Menu: $(MENU)
)$(if $(DEFAULT),Default: $(DEFAULT)
)$(if $(findstring $(PREREQ_CHECK),1),Prereq-Check: 1
)Version: $(VERSION)
-Depends: $(DEPENDS)
+Depends: $(call PKG_FIXUP_DEPENDS,$(1),$(DEPENDS))
Menu-Depends: $(MDEPENDS)
Provides: $(PROVIDES)
$(if $(VARIANT),Build-Variant: $(VARIANT)