aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnet/gnet_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnet/gnet_cvs.bb')
-rw-r--r--recipes/gnet/gnet_cvs.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/gnet/gnet_cvs.bb b/recipes/gnet/gnet_cvs.bb
index b36df17c18..08cc5c0890 100644
--- a/recipes/gnet/gnet_cvs.bb
+++ b/recipes/gnet/gnet_cvs.bb
@@ -6,13 +6,10 @@ DEPENDS = "glib-2.0"
PV = "2.0.7+cvs${SRCDATE}"
SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gnet \
- file://buildfix.patch;patch=1"
+ file://buildfix.patch"
S = "${WORKDIR}/gnet"
EXTRA_OECONF = "--disable-pthreads"
inherit autotools pkgconfig
-do_stage() {
- autotools_stage_all
-}