summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-07 11:53:04 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-07 11:53:04 +0000
commit88cc024814c3954c0ffeb8174ccd02cde921f423 (patch)
tree62da7c850011843811d3de273bc57d1da7a4e71e /meta
parent35994a063da89befc428cfd35157ecac4b27652a (diff)
downloadopenembedded-core-contrib-88cc024814c3954c0ffeb8174ccd02cde921f423.tar.gz
gnet: Use SRCREV, not SRCDATE and use http protocol for svn
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gnet/gnet_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gnet/gnet_svn.bb b/meta/packages/gnet/gnet_svn.bb
index 49059aecae..e9ee15531e 100644
--- a/meta/packages/gnet/gnet_svn.bb
+++ b/meta/packages/gnet/gnet_svn.bb
@@ -3,10 +3,10 @@ LICENSE = "LGPL"
SECTION = "libs/network"
HOMEPAGE = "http://www.gnetlibrary.org"
DEPENDS = "glib-2.0"
-PV = "2.0.7+svn${SRCDATE}"
+PV = "2.0.7+svnr${SRCREV}"
PR = "r1"
-SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk \
+SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk;proto=http \
file://buildfix.patch;patch=1 \
file://configure_fix.patch;patch=1 \
file://pkgconfig_fix.patch;patch=1 "