]> code.ossystems Code Review - openembedded-core.git/commit
wic: Check for external modules
authorDarren Hart <dvhart@linux.intel.com>
Tue, 15 Oct 2013 21:46:24 +0000 (14:46 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Dec 2013 02:12:17 +0000 (21:12 -0500)
commit93b1d54bf377703cd0c7debce21b07b4fbf4e5a5
treea6ae01b18d643181f384e3f1eca95a05ab830b91
parente437cd5ccaa44798107a6aa5177b1b867c94dfc3
wic: Check for external modules

Since eight unique files import rpm, perform a check at the top level
for the existence of the rpm module print a sensible error message if it
is not. This may be able to be removed if some of the core rpm
dependencies are removed from the mic libs.

Also check for urlgrabber.

This avoids a bracktrace in the event the modules are not installed
which can be very off-putting to would-be users.

(From OE-Core master rev: b11bfadba20c1f39a63e396e605a8316c2ed2a94)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/wic