aboutsummaryrefslogtreecommitdiffstats
path: root/libxine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-05 19:02:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-05 19:02:37 +0000
commitfa0e3f6a9fef8b1cdcf585d91751df691347bee5 (patch)
tree696950670c712a1ce95b4679c341bde3560a2e8f /libxine
parent6b15d04f908852326ff0f03873a5fe19c5852504 (diff)
downloadopenembedded-fa0e3f6a9fef8b1cdcf585d91751df691347bee5.tar.gz
libxine: use proper libtool
BKrev: 413b62cdLzgC8NlZsBgOMXyIDdAq4A
Diffstat (limited to 'libxine')
-rw-r--r--libxine/libxine_1.0.0-beta12.oe12
1 files changed, 6 insertions, 6 deletions
diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe
index 4171227224..d870bf25ed 100644
--- a/libxine/libxine_1.0.0-beta12.oe
+++ b/libxine/libxine_1.0.0-beta12.oe
@@ -8,7 +8,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "zlib libogg tremor libmad"
RRECOMMENDS = "libxine-plugins"
-PR = "r2"
+PR = "r3"
inherit autotools pkgconfig binconfig
@@ -37,17 +37,17 @@ do_configure() {
}
do_compile() {
- oe_runmake LIBTOOL=${STAGING_BINDIR}/arm-linux-libtool OGG_LIBS=$(STAGING_LIBDIR)/libogg.so
+ oe_runmake LIBTOOL=${STAGING_BINDIR}/${TARGET-PREFIX}libtool OGG_LIBS=$(STAGING_LIBDIR)/libogg.so
}
do_stage() {
- oe_runmake -e LIBTOOL=${STAGING_BINDIR}/arm-linux-libtool \
+ oe_runmake -e LIBTOOL=${STAGING_BINDIR}/${TARGET-PREFIX}libtool \
-C src install-data \
'prefix=${STAGING_DIR}' 'exec_prefix=${STAGING_DIR}' \
'libdir=${STAGING_LIBDIR}' \
'includedir=${STAGING_INCDIR}'
- oe_runmake -e LIBTOOL=${STAGING_BINDIR}/arm-linux-libtool \
+ oe_runmake -e LIBTOOL=${STAGING_BINDIR}/${TARGET-PREFIX}libtool \
-C include install-data \
'prefix=${STAGING_DIR}' 'exec_prefix=${STAGING_DIR}' \
'libdir=${STAGING_LIBDIR}' \
@@ -63,12 +63,12 @@ do_stage() {
}
do_install() {
- oe_runmake -e LIBTOOL=${STAGING_BINDIR}/arm-linux-libtool \
+ oe_runmake -e LIBTOOL=${STAGING_BINDIR}/${TARGET-PREFIX}libtool \
-C src install-data \
'prefix=${D}' 'exec_prefix=${D}' 'libdir=${D}/${libdir}' \
'includedir=${D}/${includedir}'
- oe_runmake -e LIBTOOL=${STAGING_BINDIR}/arm-linux-libtool \
+ oe_runmake -e LIBTOOL=${STAGING_BINDIR}/${TARGET-PREFIX}libtool \
-C include install-data \
'prefix=${D}' 'exec_prefix=${D}' 'libdir=${D}/${libdir}' \
'includedir=${D}/${includedir}'