diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-05-27 00:37:59 +0200 |
---|---|---|
committer | Antonio Ospite <ospite@studenti.unina.it> | 2010-06-04 15:56:07 +0200 |
commit | f02110f6ccc857b67618fb42e6b5faef897a3cfa (patch) | |
tree | d0b73c5545ba8f1749d12612d0119de2082af93d | |
parent | b6068c9f260a4a142f248f686be6e4324945968d (diff) |
frameworkd_git.bb: bump SRCREV
ogsmd has now some more reliable support for the Freescale Neptune modem
used in Motorola EzX phones.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>
-rw-r--r-- | recipes/freesmartphone/frameworkd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb index 395a137156..3d72d8f555 100644 --- a/recipes/freesmartphone/frameworkd_git.bb +++ b/recipes/freesmartphone/frameworkd_git.bb @@ -4,9 +4,9 @@ AUTHOR = "FreeSmartphone.Org Development Team" SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" -SRCREV = "93673aa09cafc8fb5cfc3cb4055a73e25e595b70" +SRCREV = "7ee718456af30a7ab1069c4fad0fd33be319c2c8" PV = "0.9.5.9+gitr${SRCPV}" -PR = "r3" +PR = "r4" PE = "1" inherit distutils update-rc.d python-dir |