[oe-commits] [meta-openembedded] 44/91: poppler-data: Fix to work with changed makeflags

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:47:46 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 1fbad3a5403dc8f151ad69dc83a5501b0fd65613
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 11:59:19 2016 +0000

    poppler-data: Fix to work with changed makeflags
    
    Without this, the data is installed into /usr/local and fails QA checks.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb
index 27c4110..e530a48 100644
--- a/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb
+++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb
@@ -28,7 +28,7 @@ do_compile() {
 }
 
 do_install() {
-    oe_runmake install DESTDIR=${D}
+    oe_runmake install DESTDIR=${D} prefix=${prefix} datadir=${datadir}
     install -d ${D}${datadir}/poppler/cMap
     install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list