From dc8558fc70d80b845548a46bb8f46cc154bd90cc Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 15 Nov 2009 12:34:16 +0100 Subject: fltk2: switch to build directly from svn, as that old snapshot is not available * sane-srcrevs still set to svnr6671 * builds fine with svnr6921, not bumped in srcrevs as API is said to be unstable in 2.0 version * Thanks blindcoder for test Signed-off-by: Martin Jansa --- recipes/fltk/fltk2_svn.bb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'recipes/fltk') diff --git a/recipes/fltk/fltk2_svn.bb b/recipes/fltk/fltk2_svn.bb index 0dddfa3e2f..d34af94654 100644 --- a/recipes/fltk/fltk2_svn.bb +++ b/recipes/fltk/fltk2_svn.bb @@ -3,16 +3,15 @@ HOMEPAGE = "http://www.fltk.org" SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "zlib jpeg libpng libxext libxft" +DEPENDS = "zlib jpeg libpng libxext libxft xinput" -SVNREL = "6671" -PV = "1.9.9+svnr${SVNREL}" +PV = "1.9.9+svnr${SRCPV}" SRC_URI = "\ - http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-r6671.tar.bz2 \ + svn://svn.easysw.com/public/fltk/fltk;proto=http;module=trunk \ file://fix-it-damnit.patch;patch=1 \ " -S = "${WORKDIR}/fltk-2.0.x-r6671" +S = "${WORKDIR}/trunk" inherit autotools_stage binconfig @@ -26,7 +25,7 @@ EXTRA_OECONF = "\ " do_configure() { - gnu-configize + autoconf oe_runconf } -- cgit 1.2.3-korg