summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-10-29 20:31:20 +0200
committerKhem Raj <raj.khem@gmail.com>2019-11-01 17:22:52 -0700
commit3bf03959b4ae8093f54e8b1d861b188b0421b7f6 (patch)
treed09ffb91602eeb9157c0182de62fbeb816e33b47 /meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
parent5826b0f1dde0f02fc0dbeff04ca257251425dbad (diff)
downloadmeta-openembedded-3bf03959b4ae8093f54e8b1d861b188b0421b7f6.tar.gz
libdivecomputer: Upgrade to 0.6.0
Use new upstream repository. Patch for issue fixed upstream removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch')
-rw-r--r--meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
deleted file mode 100644
index f65d26aaea..0000000000
--- a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1---
2 configure.ac | 1 +
3 1 file changed, 1 insertion(+)
4
5Index: git/configure.ac
6===================================================================
7--- git.orig/configure.ac
8+++ git/configure.ac
9@@ -56,6 +56,7 @@ AM_CONDITIONAL([ENABLE_EXAMPLES], [test
10 # Checks for programs.
11 AC_PROG_CC
12 AC_PROG_CC_C99
13+AM_PROG_AR
14
15 # Enable automake silent build rules.
16 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])