angstrom ipk: don't hardcode feed-config recipe name

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-01-16 18:10:34 +01:00
parent 79c99858b0
commit e68325efff

View File

@@ -2,7 +2,7 @@ INHERIT += "package_ipk"
ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
EXTRAOPKGCONFIG = "opkg-config-base angstrom-feed-configs"
EXTRAOPKGCONFIG = "opkg-config-base ${ANGSTROM_FEED_CONFIGS}"
ANGSTROM_IPK_UPDATE_ALTERNATIVES ?= "update-alternatives-cworth"