diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 18:55:19 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:25 +0000 |
| commit | d6252454abee36316e75a176a137c2206c56779a (patch) | |
| tree | 72e3ddd51d46265b966bfdd8b51bd12f28fb06ed /meta/recipes-extended | |
| parent | 3b1324b177c0d2b937726a13e672830f1f27132b (diff) | |
| download | poky-d6252454abee36316e75a176a137c2206c56779a.tar.gz | |
ghostscript: fix B != S
(From OE-Core rev: 0f7d0bb0fa422d188493150b1ffcc8d68f6e65d1)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 () { |
