From a46639eec73fbbb906fa8b6df3bff2536fd88c33 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 25 May 2009 19:00:49 +0200 Subject: fltk: fix gnu-hash QA error --- recipes/fltk/fltk_1.1.9.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'recipes/fltk') diff --git a/recipes/fltk/fltk_1.1.9.bb b/recipes/fltk/fltk_1.1.9.bb index a2c5dcb5ab..b30da2eeea 100644 --- a/recipes/fltk/fltk_1.1.9.bb +++ b/recipes/fltk/fltk_1.1.9.bb @@ -4,7 +4,7 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fltk-${PV}-source.tar.bz2 \ file://disable_test.patch;patch=1 \ @@ -12,7 +12,9 @@ SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fl S = "${WORKDIR}/fltk-${PV}" -inherit lib_package autotools binconfig +inherit lib_package autotools_stage binconfig + +TARGET_CC_ARCH += "${LDFLAGS}" EXTRA_OECONF = "--enable-shared \ --enable-threads \ @@ -23,10 +25,6 @@ do_configure() { oe_runconf } -do_stage() { - autotools_stage_all -} - python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libfltk${PV}', d) -- cgit 1.2.3-korg