| Submitter | Mark Hatle |
|---|---|
| Date | May 17, 2012, 6:25 p.m. |
| Message ID | <cover.1337278931.git.mark.hatle@windriver.com> |
| Download | mbox |
| Permalink | /patch/27933/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Thu, 17 May 2012 18:31:10 +0000 (UTC) Received: by 10.14.174.7 with SMTP id w7csp10905eel; Thu, 17 May 2012 11:22:40 -0700 (PDT) Received: by 10.180.105.69 with SMTP id gk5mr55427482wib.3.1337278959940; Thu, 17 May 2012 11:22:39 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id 18si8439487wet.142.2012.05.17.11.22.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 May 2012 11:22:39 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1SV5V2-0005it-3i; Thu, 17 May 2012 20:32:32 +0200 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <mark.hatle@windriver.com>) id 1SV5V0-0005iT-SN for openembedded-core@lists.openembedded.org; Thu, 17 May 2012 20:32:31 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q4HIMQq1018554 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for <openembedded-core@lists.openembedded.org>; Thu, 17 May 2012 11:22:27 -0700 (PDT) Received: from localhost.localdomain (172.25.34.61) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Thu, 17 May 2012 11:22:26 -0700 From: Mark Hatle <mark.hatle@windriver.com> To: <openembedded-core@lists.openembedded.org> Date: Thu, 17 May 2012 13:25:02 -0500 Message-ID: <cover.1337278931.git.mark.hatle@windriver.com> X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 X-Originating-IP: [172.25.34.61] Subject: [OE-core] [PATCH 0/4] Uprev RPM to 5.4.9 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
Berkley DB also gets upreved, and a new package ossp-uuid gets added to the system. This was -heavily- tested with and without zypper on IA, and PPC. In addition a minor performance enhancement with a query operation was added. The uprev also adds the capability of using PACKAGECONFIG settings to tailor the behavior of RPM. The following changes since commit 2cf6e7cf81c0b864b5d51be60094a6eb3e584383: fotowall: Add #include ui_wizard.h to ExportWizard.cpp (2012-05-16 07:33:15 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/rpm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/rpm Mark Hatle (4): rpm: Upgrade RPM to 5.4.8 (db to 5.3.15) rpm: Upgrade RPM to 5.4.9 ossp-uuid: Add oss-uuid package and RPM 5.4.9 integration package_rpm: Add capability to directly query packageorigin meta/classes/package_rpm.bbclass | 18 +- meta/classes/rootfs_rpm.bbclass | 22 +- .../ossp-uuid/0001-Change-library-name.patch | 112 +++++ ...erve-m-option-status-in-v-option-handling.patch | 55 +++ .../ossp-uuid/0003-Fix-whatis-entries.patch | 51 +++ .../ossp-uuid/0004-fix-data-uuid-from-string.patch | 36 ++ .../ossp-uuid/ossp-uuid/uuid-libtool.patch | 24 + .../ossp-uuid/ossp-uuid/uuid-nostrip.patch | 16 + meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 58 +++ .../rpm/rpm/fix_for_automake_1.11.2.patch | 54 --- .../rpm/rpm/fprint-pointer-fix.patch | 35 -- .../rpm/rpm/remove-compiled-tests.patch | 443 -------------------- meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch | 22 - meta/recipes-devtools/rpm/rpm/rpm-autogen.patch | 41 +-- meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch | 16 +- .../recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch | 12 +- meta/recipes-devtools/rpm/rpm/rpm-lua.patch | 29 ++ .../rpm/rpm/rpm-no-perl-urpm.patch | 43 ++ meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch | 36 -- .../rpm/rpm/rpm-packageorigin.patch | 23 + .../rpm/rpm/rpm-scriptletexechelper.patch | 33 +- meta/recipes-devtools/rpm/rpm/rpmdeps-oecore.patch | 26 +- .../rpm/{rpm_5.4.0.bb => rpm_5.4.9.bb} | 158 ++++---- .../libzypp/libzypp/libzypp-rpm549.patch | 28 ++ meta/recipes-extended/libzypp/libzypp_git.bb | 3 +- .../db/{db_5.1.19.bb => db_5.3.15.bb} | 8 +- 26 files changed, 630 insertions(+), 772 deletions(-) create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb delete mode 100644 meta/recipes-devtools/rpm/rpm/fix_for_automake_1.11.2.patch delete mode 100644 meta/recipes-devtools/rpm/rpm/fprint-pointer-fix.patch delete mode 100644 meta/recipes-devtools/rpm/rpm/remove-compiled-tests.patch delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-lua.patch create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch rename meta/recipes-devtools/rpm/{rpm_5.4.0.bb => rpm_5.4.9.bb} (76%) create mode 100644 meta/recipes-extended/libzypp/libzypp/libzypp-rpm549.patch rename meta/recipes-support/db/{db_5.1.19.bb => db_5.3.15.bb} (93%)