aboutsummaryrefslogtreecommitdiffstats
path: root/fltk
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2004-08-18 19:57:14 +0000
committerRene Wagner <rw@handhelds.org>2004-08-18 19:57:14 +0000
commit2da813081f31ba2071b423aaab1be86e103d6e23 (patch)
tree385b7839e17e486c991f39ba49646526bcc01552 /fltk
parentde483831517a3d2519ddceee88677fbca76c3e23 (diff)
downloadopenembedded-2da813081f31ba2071b423aaab1be86e103d6e23.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home/oe/oe/packages 2004/08/18 21:56:48+02:00 dyndns.org!reenoo gsl, fltk: inherit binconfig; remove now obsolete sed magic BKrev: 4123b49a1Esor4LbYwsXVmIFDhRJJQ
Diffstat (limited to 'fltk')
-rw-r--r--fltk/fltk_1.2+cvs20040806.oe4
1 files changed, 1 insertions, 3 deletions
diff --git a/fltk/fltk_1.2+cvs20040806.oe b/fltk/fltk_1.2+cvs20040806.oe
index bd6b5a671f..bbba0ff4a6 100644
--- a/fltk/fltk_1.2+cvs20040806.oe
+++ b/fltk/fltk_1.2+cvs20040806.oe
@@ -11,7 +11,7 @@ SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/fltk;module=fltk;method=
file://autotools.patch;patch=1"
S="${WORKDIR}/fltk"
-inherit autotools
+inherit autotools binconfig
do_configure_prepend() {
autoconf
@@ -37,8 +37,6 @@ do_stage() {
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR}
- cat fltk-config | sed -e "s,includedir=/usr/include,includedir=${STAGING_INCDIR}," \
- | sed -e "s,libdir=/usr/lib,libdir=${STAGING_LIBDIR}," > ${STAGING_BINDIR}/fltk-config
}
python populate_packages_prepend () {