summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt/disable-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/apt/apt/disable-test.patch')
-rw-r--r--meta/recipes-devtools/apt/apt/disable-test.patch23
1 files changed, 10 insertions, 13 deletions
diff --git a/meta/recipes-devtools/apt/apt/disable-test.patch b/meta/recipes-devtools/apt/apt/disable-test.patch
index 0532671747..d16b5c771b 100644
--- a/meta/recipes-devtools/apt/apt/disable-test.patch
+++ b/meta/recipes-devtools/apt/apt/disable-test.patch
@@ -17,10 +17,10 @@ Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
17 configure.ac | 7 ------- 17 configure.ac | 7 -------
18 2 files changed, 3 insertions(+), 13 deletions(-) 18 2 files changed, 3 insertions(+), 13 deletions(-)
19 19
20diff --git a/Makefile b/Makefile 20Index: apt-1.2.24/Makefile
21index 7680f08..69527a5 100644 21===================================================================
22--- a/Makefile 22--- apt-1.2.24.orig/Makefile
23+++ b/Makefile 23+++ apt-1.2.24/Makefile
24@@ -9,8 +9,8 @@ endif 24@@ -9,8 +9,8 @@ endif
25 .PHONY: default 25 .PHONY: default
26 default: startup all 26 default: startup all
@@ -32,9 +32,9 @@ index 7680f08..69527a5 100644
32 $(MAKE) -C vendor $@ 32 $(MAKE) -C vendor $@
33 $(MAKE) -C apt-pkg $@ 33 $(MAKE) -C apt-pkg $@
34 $(MAKE) -C apt-inst $@ 34 $(MAKE) -C apt-inst $@
35@@ -21,8 +21,6 @@ all headers library clean veryclean binary program doc manpages docbook test upd 35@@ -21,8 +21,6 @@ all headers library clean veryclean bina
36 $(MAKE) -C dselect $@ 36 $(MAKE) -C dselect $@
37 $(MAKE) -C doc $@ 37 # $(MAKE) -C doc $@
38 $(MAKE) -C po $@ 38 $(MAKE) -C po $@
39- # FIXME: -C test has issue swith parallel builds, investigate! 39- # FIXME: -C test has issue swith parallel builds, investigate!
40- -$(MAKE) -C test $@ 40- -$(MAKE) -C test $@
@@ -52,10 +52,10 @@ index 7680f08..69527a5 100644
52 52
53 dirs: startup 53 dirs: startup
54 54
55diff --git a/configure.ac b/configure.ac 55Index: apt-1.2.24/configure.ac
56index 1f05da5..e47f459 100644 56===================================================================
57--- a/configure.ac 57--- apt-1.2.24.orig/configure.ac
58+++ b/configure.ac 58+++ apt-1.2.24/configure.ac
59@@ -90,13 +90,6 @@ AC_CHECK_LIB(curl, curl_easy_init, 59@@ -90,13 +90,6 @@ AC_CHECK_LIB(curl, curl_easy_init,
60 AC_MSG_ERROR([failed: I need CURL due https support]), 60 AC_MSG_ERROR([failed: I need CURL due https support]),
61 ) 61 )
@@ -70,6 +70,3 @@ index 1f05da5..e47f459 100644
70 AC_SUBST(BDBLIB) 70 AC_SUBST(BDBLIB)
71 71
72 HAVE_ZLIB=no 72 HAVE_ZLIB=no
73--
742.1.4
75