diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-15 12:34:16 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-24 21:17:59 +0100 |
commit | dc8558fc70d80b845548a46bb8f46cc154bd90cc (patch) | |
tree | ceab63f765d8cdfe7e3443f47871ac03839a1662 | |
parent | 652f2a58ddebeb99c4b36ae230d0bfb1d91d177c (diff) |
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 <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/fltk/fltk2_svn.bb | 11 |
1 files changed, 5 insertions, 6 deletions
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 } |