summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/subsurface
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-24 11:08:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-24 16:24:20 +0200
commit0d0570fd1349082029394842e4a566b9949a0c68 (patch)
tree1db85e5ed91a8bb7b473b63b4a775071078499c7 /meta-oe/recipes-extended/subsurface
parent613e7230316023cadb97179b1d3b2ffecdb83207 (diff)
downloadmeta-openembedded-0d0570fd1349082029394842e4a566b9949a0c68.tar.gz
subsurface: update to 1.1 release, start using gitpkgv
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended/subsurface')
-rw-r--r--meta-oe/recipes-extended/subsurface/subsurface_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
index b1a7e3ee1..d401c4e6f 100644
--- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb
+++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
@@ -6,8 +6,11 @@ DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0"
6 6
7inherit gtk-icon-cache 7inherit gtk-icon-cache
8 8
9PV = "1.0" 9inherit gitpkgv
10SRCREV = "f2c61aefa762ce2ef7dea61886afeb23b0fe5eff" 10PKGV = "${GITPKGVTAG}"
11PV = "1.1"
12
13SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb"
11SRC_URI = "git://subsurface.hohndel.org/subsurface.git" 14SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
12S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
13 16
@@ -18,8 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' \
18 " 21 "
19 22
20do_install() { 23do_install() {
21 install -d ${D}${datadir}/man/man1 24 oe_runmake install DESTDIR=${D}
22 oe_runmake install prefix=${D}${prefix}
23 rm ${D}${datadir}/icons/hicolor/icon-theme.cache 25 rm ${D}${datadir}/icons/hicolor/icon-theme.cache
24} 26}
25 27