X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-dumpinfo.mk;h=2bf78c3f184b7fe338ef9f3ddff0eb7119c1e80d;hb=36c38583ede8058c6d840b0ee39c25d73873be83;hp=a297f2336ea7f4f8e81e009e9609797decad73a2;hpb=205e89a75abc6d44fe82c7d76daf5db94793bc55;p=openwrt.git 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)