[oe-commits] Chris Larson : jack-0.118.0: fix SRCREV

git version control git at git.openembedded.org
Mon Nov 8 16:26:29 UTC 2010


Module: openembedded.git
Branch: master
Commit: 1f2731798adbbf93270aedabfc4e507583af0b25
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f2731798adbbf93270aedabfc4e507583af0b25

Author: Chris Larson <chris_larson at mentor.com>
Date:   Mon Nov  8 09:15:26 2010 -0700

jack-0.118.0: fix SRCREV

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/jack/jack_0.118.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/jack/jack_0.118.0.bb b/recipes/jack/jack_0.118.0.bb
index 1c9ff42..5ca9d65 100644
--- a/recipes/jack/jack_0.118.0.bb
+++ b/recipes/jack/jack_0.118.0.bb
@@ -11,7 +11,7 @@ DEPENDS = "alsa-lib"
 PR = "r2"
 
 SVNPV = "${@'${PV}'.replace('.', '_')}"
-SRCREV = "${AUTOREV}"
+SRCREV = "4084"
 SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};proto=http"
 
 # This is not omap3 specific, but there is a strong correlation between using twl4030 and using omap3





More information about the Openembedded-commits mailing list