[oe] [meta-oe 4/8] subsurface: update to 1.1 release, start using gitpkgv

Koen Kooi koen at dominion.thruhere.net
Mon Oct 24 09:40:30 UTC 2011


Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 .../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 b1a7e3e..d401c4e 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"
 
 inherit gtk-icon-cache
 
-PV = "1.0"
-SRCREV = "f2c61aefa762ce2ef7dea61886afeb23b0fe5eff"
+inherit gitpkgv
+PKGV = "${GITPKGVTAG}"
+PV = "1.1"
+
+SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb"
 SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
 S = "${WORKDIR}/git"
 
@@ -18,8 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' \
                "
 
 do_install() {
-	install -d ${D}${datadir}/man/man1
-	oe_runmake install prefix=${D}${prefix}
+	oe_runmake install DESTDIR=${D}
 	rm ${D}${datadir}/icons/hicolor/icon-theme.cache
 }
 
-- 
1.6.6.1





More information about the Openembedded-devel mailing list