diff options
Diffstat (limited to 'recipes/freesmartphone/fso-abyss_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-abyss_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb index bec64bb639..2b2660c1f7 100644 --- a/recipes/freesmartphone/fso-abyss_git.bb +++ b/recipes/freesmartphone/fso-abyss_git.bb @@ -1,17 +1,17 @@ DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon" -HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss" +HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/fso-abyss" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" SECTION = "console/network" -DEPENDS = "vala-native dbus dbus-glib libgsm0710mux" +DEPENDS = "dbus dbus-glib libgsm0710mux" LICENSE = "GPL" -PV = "0.3.1+gitr${SRCREV}" -PR = "r1" +PV = "0.3.3+gitr${SRCREV}" +PR = "r0" SRC_URI = "\ ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" -inherit autotools +inherit autotools vala FILES_${PN} += "${datadir}" |