mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ghostscript: Build and install shared lib
libgs is eg. needed to build ghostscript support for gimp also install the data target (From OE-Core rev: cedd211d8b73076d1ef6f32af1c59e87a436d637) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f62010de21
commit
9d830bb2ea
@@ -60,7 +60,8 @@ prune_sources() {
|
||||
do_unpack[postfuncs] += "prune_sources"
|
||||
|
||||
do_install:append () {
|
||||
mkdir -p ${D}${datadir}/ghostscript/${PV}/
|
||||
oe_runmake DESTDIR=${D} install-so
|
||||
oe_runmake DESTDIR=${D} install-data
|
||||
cp -r ${S}/Resource ${D}${datadir}/ghostscript/${PV}/
|
||||
cp -r ${S}/iccprofiles ${D}${datadir}/ghostscript/${PV}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user