diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-28 09:55:06 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:15 +0200 |
commit | 0b9bb3d6c66640d65d232e96960dfecd3efa655e (patch) | |
tree | 6d217d7e79f6da36a55e84dc609bd18bcf5a5345 /recipes | |
parent | fd4ef1d3ed07572e7013cb6f79b1d53a225d5938 (diff) |
freondemo: bump SRCREV gstd: bump SRCREV, update SRC_URI
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/freondemo_git.bb | 4 | ||||
-rw-r--r-- | recipes/ti/gstd_git.bb | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/ti/freondemo_git.bb b/recipes/ti/freondemo_git.bb index 512ef08cfa..b85145b950 100644 --- a/recipes/ti/freondemo_git.bb +++ b/recipes/ti/freondemo_git.bb @@ -9,10 +9,10 @@ DEPENDS = "dbus gstd" RDEPENDS_${PN} = "gstd alsa-utils-amixer" RRECOMMENDS_${PN} = "qt4-embedded-plugin-mousedriver-tslib" -SRCREV = "ed01b199780912423644f3f05f9c796f66d9209f" +SRCREV = "b5c93e9d017d14c945c30b0cb47fb00cbf41b12b" PV = "1.0" -PR = "r5" +PR = "r6" PR_append = "+gitr${SRCREV}" SRC_URI = "git://freondemo.git.sourceforge.net/gitroot/freondemo/freondemo;protocol=git \ diff --git a/recipes/ti/gstd_git.bb b/recipes/ti/gstd_git.bb index be4838e96c..003705c10b 100644 --- a/recipes/ti/gstd_git.bb +++ b/recipes/ti/gstd_git.bb @@ -8,13 +8,13 @@ PRIORITY = "optional" DEPENDS = "dbus dbus-glib gstreamer" RDEPENDS = "gst-plugins-base" -SRCREV = "88b4ae3fd9973a503a85e194f17f364cdf903fb3" +SRCREV = "525cecebdb8f59157a69ec2f6cfaa46800b20b79" PV = "1.0" -PR = "r5" +PR = "r6" PR_append = "+gitr${SRCREV}" -SRC_URI = "git://harrier.git.sourceforge.net/gitroot/harrier/harrier;protocol=git \ +SRC_URI = "git://gstd.git.sourceforge.net/gitroot/gstd/harrier;protocol=git \ " S = "${WORKDIR}/git" |