summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-12 13:08:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-13 11:37:59 +0000
commitcedd211d8b73076d1ef6f32af1c59e87a436d637 (patch)
tree6e80d34624221c6f455e980b485a77974aaf239b /meta/recipes-extended
parent55481d5e40965894f9521474b7db479b02b01ce0 (diff)
downloadopenembedded-core-contrib-cedd211d8b73076d1ef6f32af1c59e87a436d637.tar.gz
ghostscript: Build and install shared lib
libgs is eg. needed to build ghostscript support for gimp also install the data target Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb b/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
index 18c296128a..2a966afc21 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
@@ -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}/
}