diff options
Diffstat (limited to 'recipes/freesmartphone/fso-monitord_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-monitord_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fso-monitord_git.bb b/recipes/freesmartphone/fso-monitord_git.bb index c7bbbe06c1..a13456dcfd 100644 --- a/recipes/freesmartphone/fso-monitord_git.bb +++ b/recipes/freesmartphone/fso-monitord_git.bb @@ -1,8 +1,9 @@ DESCRIPTION = "FSO monitor daemon" +AUTHOR = "M. Lauer et. al." SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib" LICENSE = "GPL" -PV = "0.2.0+gitr${SRCREV}" +PV = "0.0.0+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/fso-monitord.git;protocol=git;branch=master" |