summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libdivecomputer
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-extended/libdivecomputer
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-extended/libdivecomputer')
-rw-r--r--meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch18
-rw-r--r--meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb20
2 files changed, 38 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
new file mode 100644
index 000000000..cc3f5d478
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
@@ -0,0 +1,18 @@
1---
2 configure.ac | 1 +
3 1 file changed, 1 insertion(+)
4
5--- git.orig/configure.ac
6+++ git/configure.ac
7@@ -24,10 +24,11 @@ LT_INIT([win32-dll])
8 LT_PROG_RC
9
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])])
17
18 # Checks for native Windows.
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
new file mode 100644
index 000000000..6c4f4a072
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers."
2HOMEPAGE = "http://www.divesoftware.org/libdc/"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
6
7DEPENDS = "libusb1"
8
9inherit autotools pkgconfig
10
11PV = "0.4.2+gitr${SRCPV}"
12
13SRCREV = "5f765f91430f16932d96b3777404420aa2dd4c7c"
14SRC_URI = "git://git.libdivecomputer.org/libdivecomputer.git \
15 file://fix-ar.patch \
16 "
17
18S = "${WORKDIR}/git"
19
20