rpm: properly disable perl file dependency checking for rpmdeps
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 25 Jan 2013 11:28:57 +0000 (11:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:42:08 +0000 (12:42 +0000)
commitdc745c5a9a5f20b89fc1b64f9e8ba3b881009ec8
tree58d5faa597e1b677d34dd7a8d47b7e232df50f53
parentb31163eb4a15d779859e26995f2fce64818cfe86
rpm: properly disable perl file dependency checking for rpmdeps

We don't want the perl module dependencies being added to each package
by rpmdeps because it causes too many problems when the modules aren't
available at install time (since they get added in do_package which is
too late for the build system to ensure they are available), and it
appears that the perl dependency gathering isn't working reliably in any
case judging by how they are detected on some build hosts and not
others.

This was being disabled previously but it seems like the macros moved
to a different file at some point and nobody noticed; thus make sure we
disable the macros in all RPM macro files.

Should fix [YOCTO #3699].

(From OE-Core rev: e43a72af9055b76eb2ad7e2e42e6a5f3c8854efa)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm_5.4.9.bb