diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
commit | a79d5a546392cad57bb8855f88d4617caa852d27 (patch) | |
tree | 28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/moblin | |
parent | 09a85ada712374f567b276067805c19b091a518a (diff) | |
parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/moblin')
-rw-r--r-- | recipes/moblin/librest_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/moblin/librest_git.bb b/recipes/moblin/librest_git.bb index ec2d676fd5..0576c0dd8d 100644 --- a/recipes/moblin/librest_git.bb +++ b/recipes/moblin/librest_git.bb @@ -1,7 +1,8 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" +SRCREV="18bce68c8e54032f2d7e78a8484ac892ba3ebd5a" PV = "0.0+git${SRCREV}" -PR = "r0" +PR = "r1" DEPENDS = "libsoup-2.4" |