aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-extended/persistence-common-object/persistence-common-object')
-rw-r--r--meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/B251_typedef_uint64_t.patch35
-rw-r--r--meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/configure.ac-fix-typo.patch26
2 files changed, 0 insertions, 61 deletions
diff --git a/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/B251_typedef_uint64_t.patch b/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/B251_typedef_uint64_t.patch
deleted file mode 100644
index 1f75b2f..0000000
--- a/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/B251_typedef_uint64_t.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 0f5eca77f55f7236b51016e0d7573c078c895640 Mon Sep 17 00:00:00 2001
-From: Holger Behrens <holger.behrens@windriver.com>
-Date: Mon, 17 Nov 2014 18:29:45 +0100
-Subject: [[PATCH] persComTypes.h: Bug 251 work around
-
-Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
----
- inc/protected/persComTypes.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/inc/protected/persComTypes.h b/inc/protected/persComTypes.h
-index 47a6664..7a312b4 100644
---- a/inc/protected/persComTypes.h
-+++ b/inc/protected/persComTypes.h
-@@ -83,7 +83,7 @@ typedef __s64 INT64;
- typedef __u8 uint8_t;
- typedef __u16 uint16_t;
- typedef __u32 uint32_t;
--typedef __u64 uint64_t;
-+//typedef __u64 uint64_t;
- #endif
-
- /**
-@@ -203,7 +203,7 @@ typedef sint32_t* psint32_t;
- /**
- * \brief Pointer to UNSIGNED-64-Bit
- */
--typedef uint64_t* puint64_t;
-+//typedef uint64_t* puint64_t;
- /**
- * \brief Pointer to SIGNED-64-Bit
- */
---
-2.1.3
-
diff --git a/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/configure.ac-fix-typo.patch b/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/configure.ac-fix-typo.patch
deleted file mode 100644
index ac760ae..0000000
--- a/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object/configure.ac-fix-typo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From d4aa6cf7344c3d1b244fdddfe95d8300f35aa157 Mon Sep 17 00:00:00 2001
-From: Holger Behrens <holger.behrens@windriver.com>
-Date: Mon, 17 Nov 2014 17:08:08 +0100
-Subject: [[PATCH] configure.ac: fix typo
-
-Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index badd5c6..88e8a63 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -25,7 +25,7 @@ m4_define([PERSCOMMON_LIB_VERSION_N],[1001001])
- dnl ***************************
- dnl *** Initialize autoconf ***
- dnl ***************************
--AC_INIT([persistence-common],[LIBPERSOCOMMON_VERSION_S()])
-+AC_INIT([persistence-common],[PERSCOMMON_PACKAGE_VERSION_S])
- AC_COPYRIGHT([Copyright (c) 2012 Continental Automotive GmbH])
- AC_PREREQ([2.50])
-
---
-2.1.3
-