diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.15.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.15.bb b/meta/recipes-extended/ghostscript/ghostscript_9.15.bb index ee5483c20e..850ed81705 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.15.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.15.bb | |||
@@ -34,6 +34,8 @@ SRC_URI_class-native = "${SRC_URI_BASE} \ | |||
34 | SRC_URI[md5sum] = "5a78ab0990ff6ec3a103576bc8777c46" | 34 | SRC_URI[md5sum] = "5a78ab0990ff6ec3a103576bc8777c46" |
35 | SRC_URI[sha256sum] = "27f11e4fe5b89857ae745687281d1e4daf9681edc858a3f7e8e77ef09609777a" | 35 | SRC_URI[sha256sum] = "27f11e4fe5b89857ae745687281d1e4daf9681edc858a3f7e8e77ef09609777a" |
36 | 36 | ||
37 | PR = "r1" | ||
38 | |||
37 | EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec \ | 39 | EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec \ |
38 | --with-fontpath=${datadir}/fonts \ | 40 | --with-fontpath=${datadir}/fonts \ |
39 | --without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \ | 41 | --without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \ |
@@ -58,7 +60,7 @@ EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \ | |||
58 | CFLAGS += "-DHAVE_SYS_TIME_H=1" | 60 | CFLAGS += "-DHAVE_SYS_TIME_H=1" |
59 | BUILD_CFLAGS += "-DHAVE_SYS_TIME_H=1" | 61 | BUILD_CFLAGS += "-DHAVE_SYS_TIME_H=1" |
60 | 62 | ||
61 | inherit autotools-brokensep | 63 | inherit autotools |
62 | 64 | ||
63 | do_configure_prepend () { | 65 | do_configure_prepend () { |
64 | mkdir -p obj | 66 | mkdir -p obj |
@@ -80,8 +82,8 @@ do_configure_append () { | |||
80 | 82 | ||
81 | do_install_append () { | 83 | do_install_append () { |
82 | mkdir -p ${D}${datadir}/ghostscript/${PV}/ | 84 | mkdir -p ${D}${datadir}/ghostscript/${PV}/ |
83 | cp -r Resource ${D}${datadir}/ghostscript/${PV}/ | 85 | cp -r ${S}/Resource ${D}${datadir}/ghostscript/${PV}/ |
84 | cp -r iccprofiles ${D}${datadir}/ghostscript/${PV}/ | 86 | cp -r ${S}/iccprofiles ${D}${datadir}/ghostscript/${PV}/ |
85 | } | 87 | } |
86 | 88 | ||
87 | do_compile_class-native () { | 89 | do_compile_class-native () { |