diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-05 10:23:03 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-05 10:23:03 +0100 |
commit | 41789577e963174017eb20bc1bea1f18590d2bb4 (patch) | |
tree | 90970fbe276f647e0fce0e6783b28b1ac4c327a1 /recipes/freesmartphone/libgsm0710mux_git.bb | |
parent | d9a1554931647437ea79d0e212c59cf2158f0db8 (diff) |
libgsm0710mux: bump & move SRCREV from sane-srcrev-fso.inc to recipe
This version introduces the config option device_ack_timeout (by default 5), which is needed to fix a race condition on Freerunner phones.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/freesmartphone/libgsm0710mux_git.bb')
-rw-r--r-- | recipes/freesmartphone/libgsm0710mux_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb index 71c7f6fce0..1d5e223aa9 100644 --- a/recipes/freesmartphone/libgsm0710mux_git.bb +++ b/recipes/freesmartphone/libgsm0710mux_git.bb @@ -3,6 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "GPL" SECTION = "devel" DEPENDS = "glib-2.0 libgsm0710 libfsotransport" +SRCREV = "861b234386de071822d5f7726205058858e1e668" PV = "0.9.0+gitr${SRCREV}" PR = "r0" |