aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnet/gnet_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnet/gnet_svn.bb')
-rw-r--r--recipes/gnet/gnet_svn.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes/gnet/gnet_svn.bb b/recipes/gnet/gnet_svn.bb
index c09b7f8b9c..ea2c92ff1a 100644
--- a/recipes/gnet/gnet_svn.bb
+++ b/recipes/gnet/gnet_svn.bb
@@ -3,10 +3,13 @@ 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 \
- file://buildfix.patch;patch=1"
+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 "
S = "${WORKDIR}/trunk"
@@ -14,8 +17,4 @@ EXTRA_OECONF = "--disable-pthreads"
FILES_${PN}-dev += "${libdir}/gnet-2.0"
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
+inherit autotools_stage pkgconfig