summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poppler
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-22 11:59:19 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:51 +0100
commit1fbad3a5403dc8f151ad69dc83a5501b0fd65613 (patch)
tree41666be598cc3f66102ab9e9721122dd10bf7d3b /meta-oe/recipes-support/poppler
parente9be85ebfa06fb90b4e3b86e4051075f0df1de0c (diff)
downloadmeta-openembedded-1fbad3a5403dc8f151ad69dc83a5501b0fd65613.tar.gz
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@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/poppler')
-rw-r--r--meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb2
1 files changed, 1 insertions, 1 deletions
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 27c411028..e530a48bd 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() {
28} 28}
29 29
30do_install() { 30do_install() {
31 oe_runmake install DESTDIR=${D} 31 oe_runmake install DESTDIR=${D} prefix=${prefix} datadir=${datadir}
32 install -d ${D}${datadir}/poppler/cMap 32 install -d ${D}${datadir}/poppler/cMap
33 install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/ 33 install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/
34} 34}