build: create a package feed directory containing all packages

Needed for proper dependency handling for per-device rootfs

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-08-01 11:12:15 +02:00
parent e351f7c695
commit 180465c38f
2 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ ifneq ($(CONFIG_PER_FEED_REPO),)
endif
endif
PACKAGE_DIR_ALL := $(PACKAGE_DIR)_all
PKG_CONFIG_DEPENDS += \
CONFIG_PER_FEED_REPO \
CONFIG_PER_FEED_REPO_ADD_DISABLED \