diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-21 22:23:15 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-21 22:23:15 +0200 |
commit | 0609b025f410ed09400404ab6af8775c78685b17 (patch) | |
tree | 8adc31679a208969939e30af5e252560955c82a7 /recipes | |
parent | 74228420b99243aff77a90604ff774d2487c0b02 (diff) |
cornucopia.inc: bump rev to get working fsonetworkd connection sharing
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/cornucopia.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc index cc2bd4eadd..11cbdd3b78 100644 --- a/recipes/freesmartphone/cornucopia.inc +++ b/recipes/freesmartphone/cornucopia.inc @@ -7,7 +7,7 @@ DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee" DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}" PV = "invalid, please override" -FSO_CORNUCOPIA_SRCREV ?= "29c13ccad4399506ef39aef99e0d3fa2f42ad176" +FSO_CORNUCOPIA_SRCREV ?= "38d52c14a09dd7afc22048f2ed278e336f42a933" INC_PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master" |