summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-12 13:55:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-12 13:55:54 +0000
commit8045127a9bda8053ed9a3def163b67b89ccc34a0 (patch)
treefe68d52c23681feb4a4450fd7a0b444b14459b81 /packages
parente831de681239949e34246f40dd04353a95f332e5 (diff)
parent0508f9f18820854586fbd3b56b85029d6cca03de (diff)
merge of 4054569b89a8d88485aaad916e178d590735fbc8
and c3b8cac2c1fa73ceb8d9124d1eeaa80903dd4aa3
Diffstat (limited to 'packages')
-rw-r--r--packages/tetex/tetex_3.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/tetex/tetex_3.0.bb b/packages/tetex/tetex_3.0.bb
index 69bba37957..f12840fd47 100644
--- a/packages/tetex/tetex_3.0.bb
+++ b/packages/tetex/tetex_3.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "tetex-native flex gd ncurses libpng t1lib libx11 libxau libxext libxt zlib"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PR = "r4"
+PR = "r5"
SRC_URI = "ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-src-${PV}.tar.gz \
file://configure.patch;patch=1"
@@ -55,7 +55,7 @@ EOF
}
# NOTE: Make sure it is using _our_ libtool and nothing else :/
do_compile() {
- LIBTOOL="${STAGING_BINDIR}/${HOST_SYS}/libtool" oe_runmake MAKE="${MAKE} LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"
+ LIBTOOL="${STAGING_BINDIR}/${HOST_SYS}-libtool" oe_runmake MAKE="${MAKE} LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"
}
# NOTE: This is really ugly. Unfortunately the teTeX people seem not to know about PREFIX...
@@ -81,7 +81,8 @@ do_install() {
scriptdir="${D}${bindir}" \
web2cdir="${D}${datadir}" \
kpathsea="${D}${libdir}/libkpathsea.la" \
- DESTDIR=""
+ DESTDIR="" \
+ LIBTOOL="${STAGING_BINDIR}/${HOST_SYS}-libtool"
MAKE="make -e" oe_runmake -e install
}