mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user