mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3b1324b177
commit
d6252454ab
@@ -34,6 +34,8 @@ SRC_URI_class-native = "${SRC_URI_BASE} \
|
||||
SRC_URI[md5sum] = "5a78ab0990ff6ec3a103576bc8777c46"
|
||||
SRC_URI[sha256sum] = "27f11e4fe5b89857ae745687281d1e4daf9681edc858a3f7e8e77ef09609777a"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec \
|
||||
--with-fontpath=${datadir}/fonts \
|
||||
--without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \
|
||||
@@ -58,7 +60,7 @@ EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \
|
||||
CFLAGS += "-DHAVE_SYS_TIME_H=1"
|
||||
BUILD_CFLAGS += "-DHAVE_SYS_TIME_H=1"
|
||||
|
||||
inherit autotools-brokensep
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend () {
|
||||
mkdir -p obj
|
||||
@@ -80,8 +82,8 @@ do_configure_append () {
|
||||
|
||||
do_install_append () {
|
||||
mkdir -p ${D}${datadir}/ghostscript/${PV}/
|
||||
cp -r Resource ${D}${datadir}/ghostscript/${PV}/
|
||||
cp -r iccprofiles ${D}${datadir}/ghostscript/${PV}/
|
||||
cp -r ${S}/Resource ${D}${datadir}/ghostscript/${PV}/
|
||||
cp -r ${S}/iccprofiles ${D}${datadir}/ghostscript/${PV}/
|
||||
}
|
||||
|
||||
do_compile_class-native () {
|
||||
|
||||
Reference in New Issue
Block a user