[oe-commits] Koen Kooi : subsurface: update to 1.1 release, start using gitpkgv

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 18:20:31 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 0d0570fd1349082029394842e4a566b9949a0c68
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0d0570fd1349082029394842e4a566b9949a0c68

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Oct 24 11:08:16 2011 +0200

subsurface: update to 1.1 release, start using gitpkgv

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
 }
 





More information about the Openembedded-commits mailing list