summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch')
-rw-r--r--meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch64
1 files changed, 36 insertions, 28 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch b/meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch
index 745883ebe8..9c050b7813 100644
--- a/meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch
+++ b/meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch
@@ -1,7 +1,7 @@
1From 86686ccbf43c5d9e8c8dc97c66ba09e522050e5e Mon Sep 17 00:00:00 2001 1From 21654e3719e0a289e735918b234f7aae6766e3a1 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Thu, 27 Jul 2017 10:06:24 +0800 3Date: Wed, 18 Jul 2018 11:26:28 +0800
4Subject: [PATCH 1/3] fix configure and compile failures 4Subject: [PATCH] fix configure and compile failures
5 5
61. Fix do_configure failure 61. Fix do_configure failure
7--------------------------- 7---------------------------
@@ -9,9 +9,6 @@ Subject: [PATCH 1/3] fix configure and compile failures
9../tmp/6tvtK.c:1:38: fatal error: volume_key/libvolume_key.h: 9../tmp/6tvtK.c:1:38: fatal error: volume_key/libvolume_key.h:
10No such file or directory 10No such file or directory
11| #include <volume_key/libvolume_key.h> 11| #include <volume_key/libvolume_key.h>
12|Checking header dmraid/dmraid.h existence and usability.../tmp/
13ktVJ6.c:1:27: fatal error: dmraid/dmraid.h: No such file or directory
14| #include <dmraid/dmraid.h>
15--------------------------- 12---------------------------
16We explictly add volume_key and dmraid to DEPENDS, do not need 13We explictly add volume_key and dmraid to DEPENDS, do not need
17configure to test. 14configure to test.
@@ -28,12 +25,20 @@ autoheader: Use AC_DEFINE([LIBMOUNT_NEW_ERR_API], [], [Description])
28Upstream-Status: Inappropriate [oe specific] 25Upstream-Status: Inappropriate [oe specific]
29 26
30Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 27Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
28
29Checking header dmraid/dmraid.h existence and usability.../tmp/
30ktVJ6.c:1:27: fatal error: dmraid/dmraid.h: No such file or directory
31| #include <dmraid/dmraid.h>
32
33fix this by add --disable-dmraid
34
35Signed-off-by: Changqing Li <changqing.li@windriver.com>
31--- 36---
32 configure.ac | 10 ++++------ 37 configure.ac | 12 +++++++-----
33 1 file changed, 4 insertions(+), 6 deletions(-) 38 1 file changed, 7 insertions(+), 5 deletions(-)
34 39
35diff --git a/configure.ac b/configure.ac 40diff --git a/configure.ac b/configure.ac
36index d41a307..b036e04 100644 41index a37f337..a8cfe2f 100644
37--- a/configure.ac 42--- a/configure.ac
38+++ b/configure.ac 43+++ b/configure.ac
39@@ -9,6 +9,8 @@ AC_DISABLE_STATIC 44@@ -9,6 +9,8 @@ AC_DISABLE_STATIC
@@ -45,35 +50,38 @@ index d41a307..b036e04 100644
45 AM_PATH_PYTHON 50 AM_PATH_PYTHON
46 51
47 AM_PROG_AR 52 AM_PROG_AR
48@@ -154,7 +156,6 @@ LIBBLOCKDEV_PKG_CHECK_MODULES([KMOD], [libkmod >= 19]) 53@@ -194,10 +196,9 @@ LIBBLOCKDEV_PKG_CHECK_MODULES([KMOD], [libkmod >= 19])
49 AS_IF([test "x$with_crypto" != "xno"], 54 AS_IF([test "x$with_crypto" != "xno"],
50 [LIBBLOCKDEV_PKG_CHECK_MODULES([CRYPTSETUP], [libcryptsetup >= 1.6.7]) 55 [LIBBLOCKDEV_PKG_CHECK_MODULES([CRYPTSETUP], [libcryptsetup >= 1.6.7])
51 LIBBLOCKDEV_PKG_CHECK_MODULES([NSS], [nss >= 3.18.0]) 56 AS_IF([$PKG_CONFIG --atleast-version=2.0 libcryptsetup],
52- LIBBLOCKDEV_CHECK_HEADER([volume_key/libvolume_key.h], [$GLIB_CFLAGS $NSS_CFLAGS], [libvolume_key.h not available]) 57- [AC_DEFINE([LIBCRYPTSETUP_2])], [])
58+ [AC_DEFINE([LIBCRYPTSETUP_2], [1], [new version of libcryptsetup])])
59 AS_IF([test "x$with_escrow" != "xno"],
60- [LIBBLOCKDEV_PKG_CHECK_MODULES([NSS], [nss >= 3.18.0])
61- LIBBLOCKDEV_CHECK_HEADER([volume_key/libvolume_key.h], [$GLIB_CFLAGS $NSS_CFLAGS], [libvolume_key.h not available])],
62+ [LIBBLOCKDEV_PKG_CHECK_MODULES([NSS], [nss >= 3.18.0])],
63 [])
53 ], 64 ],
54 []) 65 [])
55 66@@ -218,7 +219,8 @@ AS_IF([test "x$with_fs" != "xno"],
56@@ -162,10 +163,6 @@ AS_IF([test "x$with_dm" != "xno" -o "x$with_lvm" != "xno" -o "x$with_lvm_dbus" !
57 [LIBBLOCKDEV_PKG_CHECK_MODULES([DEVMAPPER], [devmapper >= 1.02.93])],
58 [])
59
60-AS_IF([test "x$with_dm" != "xno"],
61- [LIBBLOCKDEV_CHECK_HEADER([dmraid/dmraid.h], [], [dmraid.h not available])],
62- [])
63-
64 AS_IF([test "x$with_part" != "xno" -o "x$with_fs" != "xno"],
65 [LIBBLOCKDEV_PKG_CHECK_MODULES([PARTED], [libparted >= 3.1])]
66 [])
67@@ -174,7 +171,8 @@ AS_IF([test "x$with_fs" != "xno"],
68 [LIBBLOCKDEV_PKG_CHECK_MODULES([MOUNT], [mount >= 2.23.0]) 67 [LIBBLOCKDEV_PKG_CHECK_MODULES([MOUNT], [mount >= 2.23.0])
69 # new versions of libmount has some new functions we can use 68 # new versions of libmount has some new functions we can use
70 AS_IF([$PKG_CONFIG --atleast-version=2.30.0 mount], 69 AS_IF([$PKG_CONFIG --atleast-version=2.30.0 mount],
71- [AC_DEFINE([LIBMOUNT_NEW_ERR_API])], []) 70- [AC_DEFINE([LIBMOUNT_NEW_ERR_API])], [])
72+ [AC_DEFINE([LIBMOUNT_NEW_ERR_API], [1], [new versions of libmount has some new functions we can use])], 71+ [AC_DEFINE([LIBMOUNT_NEW_ERR_API], [1], [new versions of libmount has some new functions we can use])],
73+ []) 72+ [])
74 73
75 LIBBLOCKDEV_PKG_CHECK_MODULES([BLKID], [blkid >= 2.23.0]) 74 LIBBLOCKDEV_PKG_CHECK_MODULES([BLKID], [blkid >= 2.23.0])
76 # older versions of libblkid don't support BLKID_SUBLKS_BADCSUM so let's just 75 # older versions of libblkid don't support BLKID_SUBLKS_BADCSUM so let's just
76@@ -243,7 +245,7 @@ AS_IF([test "x$with_nvdimm" != "xno"],
77 LIBBLOCKDEV_PKG_CHECK_MODULES([NDCTL], [libndctl >= 58.4])
78 # new versions of libndctl new modes
79 AS_IF([$PKG_CONFIG --atleast-version=60 libndctl],
80- [AC_DEFINE([LIBNDCTL_NEW_MODES])], [])]
81+ [AC_DEFINE([LIBNDCTL_NEW_MODES], [1], [new version of libndctl new modes])], [])]
82 [])
83
84 AS_IF([test "x$with_vdo" != "xno"],
77-- 85--
782.14.3 862.7.4
79 87