diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-24 11:08:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-24 16:24:20 +0200 |
commit | 0d0570fd1349082029394842e4a566b9949a0c68 (patch) | |
tree | 1db85e5ed91a8bb7b473b63b4a775071078499c7 /meta-oe/recipes-extended/subsurface | |
parent | 613e7230316023cadb97179b1d3b2ffecdb83207 (diff) | |
download | meta-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.bb | 10 |
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 | ||
7 | inherit gtk-icon-cache | 7 | inherit gtk-icon-cache |
8 | 8 | ||
9 | PV = "1.0" | 9 | inherit gitpkgv |
10 | SRCREV = "f2c61aefa762ce2ef7dea61886afeb23b0fe5eff" | 10 | PKGV = "${GITPKGVTAG}" |
11 | PV = "1.1" | ||
12 | |||
13 | SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb" | ||
11 | SRC_URI = "git://subsurface.hohndel.org/subsurface.git" | 14 | SRC_URI = "git://subsurface.hohndel.org/subsurface.git" |
12 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
13 | 16 | ||
@@ -18,8 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' \ | |||
18 | " | 21 | " |
19 | 22 | ||
20 | do_install() { | 23 | do_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 | ||