From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bastet.se.axis.com (bastet.se.axis.com [195.60.68.11]) by mail.openembedded.org (Postfix) with ESMTP id 18D65783D8 for ; Thu, 15 Jun 2017 15:38:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by bastet.se.axis.com (Postfix) with ESMTP id D028118511 for ; Thu, 15 Jun 2017 17:38:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bastet.se.axis.com Received: from bastet.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bastet.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id mZ2RqIoYt9c6 for ; Thu, 15 Jun 2017 17:38:01 +0200 (CEST) Received: from boulder02.se.axis.com (boulder02.se.axis.com [10.0.8.16]) by bastet.se.axis.com (Postfix) with ESMTPS id F1F2C1834E for ; Thu, 15 Jun 2017 17:38:00 +0200 (CEST) Received: from boulder02.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DEBCB1A069 for ; Thu, 15 Jun 2017 17:38:00 +0200 (CEST) Received: from boulder02.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D3A551A064 for ; Thu, 15 Jun 2017 17:38:00 +0200 (CEST) Received: from thoth.se.axis.com (unknown [10.0.2.173]) by boulder02.se.axis.com (Postfix) with ESMTP for ; Thu, 15 Jun 2017 17:38:00 +0200 (CEST) Received: from saur-2.se.axis.com (saur-2.se.axis.com [10.92.3.2]) by thoth.se.axis.com (Postfix) with ESMTP id C7C07B8 for ; Thu, 15 Jun 2017 17:38:00 +0200 (CEST) Received: from saur-2.se.axis.com (localhost [127.0.0.1]) by saur-2.se.axis.com (8.14.5/8.14.5) with ESMTP id v5FFc0hn014199 for ; Thu, 15 Jun 2017 17:38:00 +0200 Received: (from pkj@localhost) by saur-2.se.axis.com (8.14.5/8.14.5/Submit) id v5FFc0bJ014198 for openembedded-core@lists.openembedded.org; Thu, 15 Jun 2017 17:38:00 +0200 From: Peter Kjellerstedt To: openembedded-core@lists.openembedded.org Date: Thu, 15 Jun 2017 17:37:47 +0200 Message-Id: X-Mailer: git-send-email 2.12.0 X-TM-AS-GCONF: 00 Subject: [PATCHv2 00/11] More fixes for file dependency generation with RPM X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2017 15:38:01 -0000 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