mpfr: Set infodir to avoid touching build system /usr (fixes #581)
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 29 Apr 2006 22:07:22 +0000 (22:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 29 Apr 2006 22:07:22 +0000 (22:07 +0000)
packages/mpfr/mpfr_2.1.1.bb

index 8b739c0..1bf29fb 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "LGPL"
 MAINTAINER = "Rene Wagner <rw@handhelds.org>"
 SECTION = "libs"
 DEPENDS = "gmp"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
 S = "${WORKDIR}/mpfr-${PV}"
@@ -15,5 +15,6 @@ do_stage() {
               bindir=${STAGING_BINDIR} \
               includedir=${STAGING_INCDIR} \
               libdir=${STAGING_LIBDIR} \
-              datadir=${STAGING_DATADIR}
+              datadir=${STAGING_DATADIR} \
+              infodir=${STAGING_DIR}/${HOST_SYS}/info 
 }