aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/cornucopia.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/cornucopia.inc')
-rw-r--r--recipes/freesmartphone/cornucopia.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index d30afd876d..8d82a22cb3 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -3,9 +3,9 @@ AUTHOR = "Team FSO"
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 misc-vapi'.split())]}"
+DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics misc-vapi'.split())]}"
PV = "0.0.0.0+gitr${SRCREV}"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
S = "${WORKDIR}/git/${PN}"