[oe-commits] Klaus Kurzmann : conrnucopia.inc: switch to SRCPV

git version control git at git.openembedded.org
Thu Aug 13 11:31:05 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 5dd097e3044535ac63299f1f5dfb34d7aee25f65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5dd097e3044535ac63299f1f5dfb34d7aee25f65

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Aug 13 13:30:54 2009 +0200

conrnucopia.inc: switch to SRCPV

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/cornucopia.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 8d82a22..a34f7e8 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -4,8 +4,8 @@ LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
 DEPENDS  += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics misc-vapi'.split())]}"
-PV = "0.0.0.0+gitr${SRCREV}"
-INC_PR = "r5"
+PV = "0.0.0.0+gitr${SRCPV}"
+INC_PR = "r6"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
 S = "${WORKDIR}/git/${PN}"





More information about the Openembedded-commits mailing list