aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-25 19:00:49 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-25 19:00:49 +0200
commitd9d0a81064a71661849cd3cc2d74c925b66a3ac1 (patch)
treea79f3138d5586e94f5b34f675cc6a0a52a05687d /recipes/fltk
parenteefaa805730d6b7bbf791864c4fbc3d44135d5a7 (diff)
downloadopenembedded-d9d0a81064a71661849cd3cc2d74c925b66a3ac1.tar.gz
fltk: fix gnu-hash QA error
Diffstat (limited to 'recipes/fltk')
-rw-r--r--recipes/fltk/fltk_1.1.9.bb10
1 files changed, 4 insertions, 6 deletions
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)