summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp/rpm5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp/rpm5.patch')
-rw-r--r--meta/recipes-extended/libzypp/libzypp/rpm5.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp/rpm5.patch b/meta/recipes-extended/libzypp/libzypp/rpm5.patch
deleted file mode 100644
index bf3da2496b..0000000000
--- a/meta/recipes-extended/libzypp/libzypp/rpm5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1Upstream-Status: Pending
2
3build fix for rpm5
4
58/19/2010 - created by Qing He <qing.he@intel.com>
6
7diff --git a/zypp/target/rpm/BinHeader.cc b/zypp/target/rpm/BinHeader.cc
8index e9ad382..86a9c96 100644
9--- a/zypp/target/rpm/BinHeader.cc
10+++ b/zypp/target/rpm/BinHeader.cc
11@@ -19,7 +19,7 @@ extern "C"
12
13 #ifndef _RPM_4_4_COMPAT
14 #ifdef _RPM_5
15-typedef rpmuint32_t rpm_count_t;
16+typedef uint32_t rpm_count_t;
17 #else
18 typedef int32_t rpm_count_t;
19 #endif
20diff --git a/zypp/target/rpm/librpmDb.cv3.cc b/zypp/target/rpm/librpmDb.cv3.cc
21index bf18e45..5454ea9 100644
22--- a/zypp/target/rpm/librpmDb.cv3.cc
23+++ b/zypp/target/rpm/librpmDb.cv3.cc
24@@ -14,7 +14,7 @@ extern "C"
25 {
26 #ifndef _RPM_4_4_COMPAT
27 #ifdef _RPM_5
28-typedef rpmuint32_t rpm_count_t;
29+typedef uint32_t rpm_count_t;
30 #else
31 typedef int32_t rpm_count_t;
32 #endif