summaryrefslogtreecommitdiff
path: root/bitbake-dev/lib/bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-25 10:37:02 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-25 10:37:02 +0100
commit79850d0d6e719f6c084dc45c8ec7cb0741c1a159 (patch)
tree37e91ca9e052a06c73a172ecfc7f84a823317c57 /bitbake-dev/lib/bb
parent88181074bd3cfe59aab74b2139488c215cd030f0 (diff)
downloadopenembedded-core-79850d0d6e719f6c084dc45c8ec7cb0741c1a159.tar.gz
openembedded-core-79850d0d6e719f6c084dc45c8ec7cb0741c1a159.tar.bz2
openembedded-core-79850d0d6e719f6c084dc45c8ec7cb0741c1a159.zip
Add redland
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake-dev/lib/bb')
0 files changed, 0 insertions, 0 deletions
d-core.git/commit/scripts/devtool?id=716d9b1f304a12bab61b15e3ce526977c055f074'>scripts/devtool: add development helper toolPaul Eggleton1 f-by: Kang Kai <kai.kang@windriver.com> 2011-10-19ghostscript: renamed x86_64 to x86-64 for patch to workSaul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-10-19ghostscript: Disable parallel make due to install issuesSaul Wold1 ghostscript uses a script called instcopy to install files first to temp dir and then rm's and copies dirs|files to the final destination. When parallel make happens multiple threads of this runs and tries to remove existing directories with contents, not a good thing, therefore disable parallel make for install. Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-09-29Fix ghostscript on powerpc64Matthew McClintock2 This adds pregenerated files for powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-09-28ghostscript: disable check for time.hJoshua Lock1 ghostscript has it's own hacky check for time.h which hard-codes paths, this means in the native case it fails on systems such as Ubuntu 11.10 where the location of time.h has changed. Further it means the target build has had a host-intrusion issue. This patch disables the check for time.h, future releases of ghostscript use standard autotools checks for time.h's location. Signed-off-by: Joshua Lock <josh@linux.intel.com> 2011-08-05ghostscript: Fixed the incorrect DEPENDS.Lianhao Lu1 [YOCTO #1337] Using ghostscript-native instead of ${PN}-native in DEPENDS to correct the invalid DEPENDS in multilib cases. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> 2011-07-27ghostscript: fix parallel build issueKang Kai2 ghostscript fails some time on autobuilder, it seems a parallel build issue. Add patch to fix it. Fixes [Yocto #1202] Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-06-23ghostscript: Fix owner/group of /etc/cupsMark Hatle1 /etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 2011-06-14ghostscript: update SRC_URIKang Kai1 Build ghostscript-native fails on a i686 machine because it can't get the source objarch.h and soobjarch.h, and .h files are not needed for native package, so update the SRC_URI to fix it. Signed-off-by: Kang Kai <kai.kang@windriver.com> Removed the do_configure_prepend and folded into the target do_configure since the native was picking it up for the do_configure_virtclass/native() and then failing on i686. Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-06-02ghostscript: Fix up file locations and add i686Saul Wold11 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-06-02recipes: Upstream-status --> Upstream-Status: for multiple patchesDexuan Cui2 As a keyword, Upstream-Status is case sensitive. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> 2011-05-23ghostscript: fix run failure on mpc8315eKang Kai12 When run gs on mpc8315, it fails with: GPL Ghostscript 9.02: ./psi/interp.c(291): Fatal error -20 in gs_interp_init! It is caused by cross compile. Accoding to the ghostscript document on: http://pages.cs.wisc.edu/~ghost/doc/cvs/Make.htm#Cross-compiling it needs some manual work, so import patches from WindRiver Linux. Update to using oe way to add arch.h, thanks to Richard. Signed-off-by: Kang Kai <kai.kang@windriver.com> 2011-05-05ghostscript: added to pass LSB commands checkKang Kai2 Add ghostscript to pass LSB commands check and Printing test, and ghostscript-native is added to help cross compilation. Signed-off-by: Kang Kai <kai.kang@windriver.com>