[oe-commits] Martin Jansa : fltk2: switch to build directly from svn, as that old snapshot is not available

git version control git at git.openembedded.org
Tue Nov 24 20:21:42 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: dc8558fc70d80b845548a46bb8f46cc154bd90cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dc8558fc70d80b845548a46bb8f46cc154bd90cc

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 12:34:16 2009 +0100

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 at gmail.com>

---

 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 0dddfa3..d34af94 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
 }
 





More information about the Openembedded-commits mailing list