diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-17 16:06:46 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-17 16:07:12 +0200 |
commit | 9c42b0b88c6418326b9ce39fe2815345dd7c9903 (patch) | |
tree | 51723df0522fdb1b382cdb1f6a2a9fb1b1cdd3ab /recipes/freesmartphone | |
parent | a610a5d1726b03d017beb40fa8857a552dfa0618 (diff) |
libgsm0710mux: bump to 0.3.3 release
fso-abyss: bump to 0.3.3 release
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fso-abyss_git.bb | 10 | ||||
-rw-r--r-- | recipes/freesmartphone/libgsm0710mux_git.bb | 5 |
2 files changed, 8 insertions, 7 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}" diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb index 1d69e3d9d3..3ab00ff22a 100644 --- a/recipes/freesmartphone/libgsm0710mux_git.bb +++ b/recipes/freesmartphone/libgsm0710mux_git.bb @@ -1,10 +1,11 @@ DESCRIPTION = "A GSM 07.10 Multiplexing Engine" +HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/libgsm0710mux" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "GPL" SECTION = "devel" DEPENDS = "libgsm0710 vala-native glib-2.0" -PV = "0.3.1+gitr${SRCREV}" -PR = "r2" +PV = "0.3.3+gitr${SRCREV}" +PR = "r0" SRC_URI = "\ ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \ |