[oe-commits] Denis 'GNUtoo' Carikli : com.buglabs.bug.base: add support for bug 1.x

git version control git at git.openembedded.org
Thu Feb 17 15:47:56 UTC 2011


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Feb 17 11:30:09 2011 +0100

com.buglabs.bug.base: add support for bug 1.x

Without that fix, it fails to fetch the now gone hirop branch

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Acked-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 recipes/buglabs-osgi/com.buglabs.bug.base.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/buglabs-osgi/com.buglabs.bug.base.bb b/recipes/buglabs-osgi/com.buglabs.bug.base.bb
index 5efee5e..9f0b100 100644
--- a/recipes/buglabs-osgi/com.buglabs.bug.base.bb
+++ b/recipes/buglabs-osgi/com.buglabs.bug.base.bb
@@ -1,13 +1,13 @@
 require bug-osgi.inc
-PR = "${INC_PR}.10+svnr${SRCREV}"
+PR = "${INC_PR}.11+svnr${SRCREV}"
 EXTRA_CP += "servlet-2.3.1"
 DEPENDS += "com.buglabs.common com.buglabs.bug.jni.input  com.buglabs.bug.jni.common servlet2.3 com.buglabs.osgi.http"
 
-SUBMODULE_bug = "hirop"
 SUBMODULE_bug20 = "molly"
 SUBMODULE_beagleboard = "beagle"
 
 SRC_URI = "svn://bugcamp.net/bug/trunk;module=${PN}.${SUBMODULE};proto=svn "
+SRC_URI_bug = "svn://bugcamp.net/bug/tags/releases/R1.4.3;module=${PN};proto=svn"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 





More information about the Openembedded-commits mailing list