diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-20 16:06:43 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-20 16:06:43 +0100 |
commit | 908fa822447de9d5043dc66cabc2ca5591791f01 (patch) | |
tree | a44e9656489a1a204da180b39f501fcbcf79b567 | |
parent | 0704ef95f206279e146d129c15eb434926c9e74f (diff) | |
download | poky-908fa822447de9d5043dc66cabc2ca5591791f01.tar.gz |
libsynthesis/syncevolution: Switch to 0.9 release branch
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta-moblin/packages/libsynthesis/libsynthesis_git.bb | 2 | ||||
-rw-r--r-- | meta-moblin/packages/syncevolution/syncevolution_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/packages/libsynthesis/libsynthesis_git.bb b/meta-moblin/packages/libsynthesis/libsynthesis_git.bb index 6a14af110e..0dc4175f44 100644 --- a/meta-moblin/packages/libsynthesis/libsynthesis_git.bb +++ b/meta-moblin/packages/libsynthesis/libsynthesis_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Synthesis SyncML Engine" | 1 | DESCRIPTION = "Synthesis SyncML Engine" |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-x" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r1" | 5 | PR = "r1" |
diff --git a/meta-moblin/packages/syncevolution/syncevolution_git.bb b/meta-moblin/packages/syncevolution/syncevolution_git.bb index 70c786d9d7..9e7044273d 100644 --- a/meta-moblin/packages/syncevolution/syncevolution_git.bb +++ b/meta-moblin/packages/syncevolution/syncevolution_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Data synchronization tool" | 1 | DESCRIPTION = "Data synchronization tool" |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-x" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r0" | 5 | PR = "r0" |