mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
e9be85ebfa
commit
1fbad3a540
@@ -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/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user