summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/subsurface
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/subsurface
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/subsurface')
-rw-r--r--meta-oe/recipes-extended/subsurface/subsurface_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
new file mode 100644
index 000000000..22b9d2fd7
--- /dev/null
+++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Subsurface is an open source dive log program"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf"
6
7PNBLACKLIST[subsurface] ?= "Needs to be upgraded for compatibility with new libdivecomputer"
8
9inherit gtk-icon-cache cmake
10
11inherit gitpkgv
12PKGV = "${GITPKGVTAG}"
13PV = "4.2"
14
15SRCREV = "f61ee20ba356ecfc4c5b247f548f52d588179c94"
16SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
17S = "${WORKDIR}/git"
18
19#FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg"
20RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-iso8859-15"
21