mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
---
|
||||
configure.ac | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac
|
||||
+++ git/configure.ac
|
||||
@@ -56,6 +56,7 @@ AM_CONDITIONAL([ENABLE_EXAMPLES], [test
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C99
|
||||
+AM_PROG_AR
|
||||
|
||||
# Enable automake silent build rules.
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
@@ -8,11 +8,10 @@ DEPENDS = "libusb1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PV = "0.4.2+gitr${SRCPV}"
|
||||
PV = "0.6.0"
|
||||
|
||||
SRCREV = "5f765f91430f16932d96b3777404420aa2dd4c7c"
|
||||
SRC_URI = "git://git.libdivecomputer.org/libdivecomputer.git \
|
||||
file://fix-ar.patch \
|
||||
SRCREV = "1195abc2f4acc7b10175d570ec73549d0938c83e"
|
||||
SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user