]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
sanity.bbclass: check required perl modules
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 22 Jan 2014 10:45:42 +0000 (18:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 00:48:26 +0000 (00:48 +0000)
commitb46d82bea23208733b71642bb262c9a05c08efec
tree71744fd1fd887f2db2465e3fd483cbdb178996b6
parent9f96577d3da132d1744340d8b99bc9d55fbbc362
sanity.bbclass: check required perl modules

Several required perl modules may missing on the host, for example the
Text::ParseWords, Thread::Queue and Data::Dumper are not installed by
default on recent Fedora releases (19 and 20 AFAIK). There would be wild
errors if they don't exist, so check them in sanity.bbclass.

And add perl to SANITY_REQUIRED_UTILITIES.

[YOCTO #5744]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/sanity.bbclass