summaryrefslogtreecommitdiff
path: root/recipes/gnet/gnet_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-31 16:32:45 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-31 16:32:45 +0200
commit3002330a6a69bea5921d695e265377bc8b7a412e (patch)
tree0e6f39743b690328d4bb13e596e5f9d25fac0cff /recipes/gnet/gnet_svn.bb
parentb0947eb308c7bf35804ca57e3f74018a7f8c805c (diff)
gnet: sync with poky
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