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