This is the second take on restoring the file dependency support for RPM that was lost in Pyro. These changes should fix most (all?) problems that were seen on the autobuilders after the first set of changes were introduced.
The first patch is not strictly needed for this, but it fixes a build problem due to a renamed file in a patch file that I got when building core-image-sato. No idea why no one else has had problems with this... //Peter The following changes since commit 2bf2ab9fcd12b179c396d2d4b4603b774a37eef6: bitbake: bitbake-user-manual: Updated BBLAYERS_FETCH_DIR variable description (2017-06-15 11:15:59 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib pkj/rpm_regressions2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/rpm_regressions2 Peter Kjellerstedt (11): gtk+3: Update the patches to work without PATCHTOOL = "git" perl: Do not generate file dependencies for perl-ptest rpm: Add dependencies on bash, perl and python3-core linux-firmware: Avoid a dependency on python-core texi2html: Add a dependency on perl git: Add a dependency on perl for gitweb git: Do not install git cvsserver and git svn by default texinfo: Avoid a problem with a dependency on perl(Locale::gettext_xs) package_rpm.bbclass: Filter out unwanted file deps for nativesdk packages insane.bbclass: Ignore perl as dependency for nativesdk packages package.bbclass: Restore functionality to detect RPM dependencies meta/classes/insane.bbclass | 2 +- meta/classes/package.bbclass | 5 +- meta/classes/package_rpm.bbclass | 25 +- meta/lib/oe/package.py | 60 +++-- meta/recipes-devtools/git/git.inc | 23 +- meta/recipes-devtools/perl/perl-ptest.inc | 4 + meta/recipes-devtools/rpm/rpm_git.bb | 5 + meta/recipes-extended/texi2html/texi2html_5.0.bb | 2 + meta/recipes-extended/texinfo/texinfo_6.3.bb | 6 + .../gtk+/gtk+3/0001-Hardcoded-libtool.patch | 12 +- ...Do-not-try-to-initialize-GL-without-libGL.patch | 8 +- .../0003-Add-disable-opengl-configure-option.patch | 268 +++++++++++++++------ ...4-configure.ac-Fix-wayland-protocols-path.patch | 8 +- .../linux-firmware/linux-firmware_git.bb | 3 + 14 files changed, 317 insertions(+), 114 deletions(-) -- 2.12.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
