mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
mpfr: Clean up hardcoded staging references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3111 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -10,10 +10,10 @@ S = "${WORKDIR}/mpfr-${PV}"
|
||||
inherit autotools
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install prefix=${STAGING_DIR} \
|
||||
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
|
||||
bindir=${STAGING_BINDIR} \
|
||||
includedir=${STAGING_INCDIR} \
|
||||
libdir=${STAGING_LIBDIR} \
|
||||
datadir=${STAGING_DATADIR} \
|
||||
infodir=${STAGING_DIR}/${HOST_SYS}/info
|
||||
infodir=${STAGING_DIR_HOST}${layout_infodir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user