diff options
-rw-r--r-- | recipes/shr/phonefsod_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb index 3b15e04bac..2045db8539 100644 --- a/recipes/shr/phonefsod_git.bb +++ b/recipes/shr/phonefsod_git.bb @@ -2,10 +2,10 @@ DESCRIPTION = "SHR Phone FSO Daemon" HOMEPAGE = "http://shr-project.org/" LICENSE = "GPL" SECTION = "x11/applications" -DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs" +DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs libfsoframework" SRCREV = "c01f2eb0eb79d5d5581ab35f2dbd1c3b3979439b" PV = "0.0.0+gitr${SRCPV}" -PR = "r4" +PR = "r5" SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master" S = "${WORKDIR}/git" |