diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-02-26 09:49:20 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-02-26 09:49:20 +0100 |
commit | 7e3f2b98f81fbb26c4b08e470de88945d1fe46a9 (patch) | |
tree | 2a73bebde4f78c4e91009c41d5f74a1edfe2ffc1 | |
parent | f6a581d295c9af71d63dd7a38a326deb2e9c7a55 (diff) |
fsodatad_git.bb: sync PV with reality
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r-- | recipes/freesmartphone/fsodatad_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb index f591066b92..5457934547 100644 --- a/recipes/freesmartphone/fsodatad_git.bb +++ b/recipes/freesmartphone/fsodatad_git.bb @@ -1,6 +1,6 @@ require cornucopia.inc inherit fso-plugin -PR = "${INC_PR}.2" -PV = "0.0.0+gitr${SRCREV}" +PR = "${INC_PR}.0" +PV = "0.1.0+gitr${SRCREV}" DEPENDS += "libxml2 mobile-broadband-provider-info" |