aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
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
parente9be85ebfa06fb90b4e3b86e4051075f0df1de0c (diff)
downloadmeta-openembedded-contrib-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')
-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 27c4110283..e530a48bd1 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/
}