All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] rpm: update patch to support db-6.2.23
@ 2016-06-03 11:39 Maxin B. John
  2016-06-03 11:39 ` [PATCH 2/2] db: update to 6.2.23 Maxin B. John
  2016-06-03 14:43 ` [PATCH 1/2] rpm: update patch to support db-6.2.23 Mark Hatle
  0 siblings, 2 replies; 8+ messages in thread
From: Maxin B. John @ 2016-06-03 11:39 UTC (permalink / raw)
  To: openembedded-core

Refresh the rpm-db60.patch to support db-6.2.23

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-devtools/rpm/rpm/rpm-db60.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db60.patch b/meta/recipes-devtools/rpm/rpm/rpm-db60.patch
index b4df8b7..403f3cb 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-db60.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-db60.patch
@@ -13,11 +13,11 @@ Index: rpm/configure.ac
  [RPM_CHECK_LIB(
      [Berkeley-DB], [db],
 -    [db-6.1], [db_create], [db.h],
-+    [db-6.0], [db_create], [db.h],
++    [db-6.2], [db_create], [db.h],
      [yes,external], [db6],
      [ DBLIBSRCS="$DBLIBSRCS db3.c"
 -      DBXY=db61
-+      DBXY=db60
++      DBXY=db62
        AM_CONDITIONAL(WITH_DB, [ true ])
        AM_CONDITIONAL(WITH_DB_INTERNAL, [ test ".$RPM_CHECK_LIB_LOCATION" = .internal ])
        if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
@@ -26,7 +26,7 @@ Index: rpm/configure.ac
  ])
  
 -if test ".$ac_cv_lib_db_6_1_db_create" != .yes -a ".$ac_cv_lib_db_5_3_db_create" != .yes; then
-+if test ".$ac_cv_lib_db_6_0_db_create" != .yes -a ".$ac_cv_lib_db_5_3_db_create" != .yes; then
++if test ".$ac_cv_lib_db_6_2_db_create" != .yes -a ".$ac_cv_lib_db_5_3_db_create" != .yes; then
      CPPFLAGS="${CPPFLAGS_save}"
  fi
  
@@ -36,12 +36,12 @@ Index: rpm/configure.ac
  
 -dnl # Sqlite 3.8.3.1 from db-6.1.19
 -if test ".$ac_cv_lib_db_6_1_db_create" = .yes; then
-+dnl # Sqlite 3.8.3.1 from db-6.0.30
-+if test ".$ac_cv_lib_db_6_0_db_create" = .yes; then
++dnl # Sqlite 3.8.3.1 from db-6.2.23
++if test ".$ac_cv_lib_db_6_2_db_create" = .yes; then
  RPM_CHECK_LIB(
      [Berkeley-DB (+SQLite3)], [dbsql],
 -    [db_sql-6.1], [sqlite3_open], [dbsql.h],
-+    [db_sql-6.0], [sqlite3_open], [dbsql.h],
++    [db_sql-6.2], [sqlite3_open], [dbsql.h],
      [yes,external], [db6/sql],
      [
        AM_CONDITIONAL(WITH_DBSQL, [ true ])
-- 
2.4.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-05  4:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 11:39 [PATCH 1/2] rpm: update patch to support db-6.2.23 Maxin B. John
2016-06-03 11:39 ` [PATCH 2/2] db: update to 6.2.23 Maxin B. John
2016-06-03 14:43 ` [PATCH 1/2] rpm: update patch to support db-6.2.23 Mark Hatle
2016-06-03 19:33   ` alexander.kanavin
2016-06-03 18:53     ` Mark Hatle
2016-06-03 19:19       ` Burton, Ross
2016-06-05  4:47       ` Maxin B. John
     [not found]   ` <CACS+7ZT5B6UGjtjr+vwVrPttknKj0kLbE1n8v_+yV66Pqxzhuw@mail.gmail.com>
2016-06-04 16:52     ` Dan McGregor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.