From 1fbad3a5403dc8f151ad69dc83a5501b0fd65613 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Feb 2016 11:59:19 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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/ } -- cgit 1.2.3-korg