image.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENT
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 27 Jan 2011 02:13:31 +0000 (02:13 +0000)
committerTom Rini <tom_rini@mentor.com>
Sat, 12 Feb 2011 15:18:09 +0000 (08:18 -0700)
commit4a48bf54842b2392d2feb3f5cd24065a400f1eda
tree8be3c27131ab2b8297c955ff0cbe8bac24ec5392
parent707e73212dfbd007b4799da4e10ec296659d5769
image.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENT

Previously if ONLINE_PACKAGE_MANAGEMENT="none" but one had
FEED_DEPLOYDIR_BASE_URI set, it tried to create files in a non-existing
dir in the image (there is no /etc/opkg/ if no online package management
is requested).

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/image.bbclass