aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-08-18package.bbclass: don't use multilib libs by defaultrik/amd64Roman I Khimov
2009-08-18package.bbclass: add multilib libdir to search pathRoman I Khimov
2009-08-18glibc: add multilib glibcRoman I Khimov
2009-08-18glibc: add initial-multilibRoman I Khimov
2009-08-18gcc-cross: add multilib overridesRoman I Khimov
2009-08-18gcc-cross-intermediate: add multilib overridesRoman I Khimov
2009-08-18gcc-cross-initial: add multilib overridesRoman I Khimov
2009-08-18gcc: add gcc-fix-glibc-dynamic-linker-amd64.patchRoman I Khimov
2009-08-18gcc: add gcc-multilib64dir.patch starting with 4.2.4Roman I Khimov
Use lib instead of lib64 as multilibdir on amd64 and ppc64.
2009-08-18linux-libc-headers: 2.6.29 multilib supportRoman I Khimov
2009-08-18linux-libc-headers 2.6.23: fix amd64 headersRoman I Khimov
Taken from http://bugs.openembedded.net/show_bug.cgi?id=1728
2009-08-18Add x86_64-generic machineRoman I Khimov
2009-08-18linux-davinci: update defconfigs for dm355, dm365, dm6446 and dm6467Denys Dmytriyenko
2009-08-18da830-omapl137-evm: add DA830/OMAPL137 machineDenys Dmytriyenko
Uses default linux-davinci kernel from Arago Project for now Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-08-18dm6467t-evm: add "new" 1GHz DaVinci DM6467 machineDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-08-17python-sip_4.8.2.bb: set DEFAULT_PREFERENCE = -1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-17linux-omap* 2.6.29: add patch that should solve the memhole problemKoen Kooi
2009-08-17gamin-0.1.8: Fix build issue with recent GCC/GLibC combos.John Willis
Update gamin_0.1.8.bb to build with recent GCC and GLibC 2.8 > via addition of configure.in patch (use AC_USE_SYSTEM_EXTENSIONS instead of AC_ISC_POSIX). Signed-off-by: David-John Willis <John.Willis@Distant-earth.com> Signed-off-by: Holger Freyther <zecke@selfish.org>
2009-08-17site: Add ac value for mipsel-linux and mipsel-linux-uclibcHolger Hans Peter Freyther
The results were found using google and applying common sense.
2009-08-17site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_charRoman I Khimov
ac_cv_sizeof_unsigned_char definition accidentally redefines ac_cv_sizeof_unsigned_int to 1. Luckily, not many packages are using that but for example it completely breakes gnutls. Fix that. Acked-by: Holger Freyther <zecke@selfish.org>
2009-08-16angstrom: add preferred provider for qt4Koen Kooi
* bitbake had the following to say: NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free); NOTE: consider defining PREFERRED_PROVIDER_qt4x11 Which seems to give a fairly obvious way to fix it, so let's actually do so. * I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision
2009-08-16linux-omap-pm 2.6.29: update to latest git HEAD, sync patches and defconfig ↵Koen Kooi
with regular linux-omap 2.6.29
2009-08-16eglibc: Use FILESPATHPKG, move SRCREV to svn recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-16jpeg_6b.bb: Use alternate SRC_URI current one does not have this versionKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-16checksums: add gcc4.3.4, fuse 2.7.4 and lightttp 1.4.23Dirk Opfer
2009-08-15ffmpeg: but presets in their own packageKoen Kooi
* people, adding subpackages is easy, doing rm in do_install* is pretty much always wrong
2009-08-15ffmpeg: remove libx264 presets filesHenning Heinold
* bump PR
2009-08-15ffmpeg: fix --prefix for minimal(-uclibc) distributionHenning Heinold
* bump PR
2009-08-15libgsm: fix install, don't use hardcoded include pathHenning Heinold
* bump PR
2009-08-15transmission_1.73.bb : fix a couple of typos to do with localstatedir andGraeme Gregory
make /etc/default/transmission-daemon a conffile
2009-08-15transmission_1.73.bb : makes this LSB compliant and stop messing with /homeGraeme Gregory
added a /etc/default/transmission-daemon to contain paths and values used by the daemon. Moved the homedir and config to /var/lib/transmission-daemon
2009-08-14common-uclibc: Unset guile_cv_use_csqrt for guileKhem Raj
guile's configure is not smart to guess if csqrt works in a cross compile environment so it ends up assuming that it works and fails to link. Anyways for uclibc complex functions are unimplemented so we help configure by unsetting here in site file for uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-14Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev
2009-08-14libproxy: Define __USE_BSD before its needed.Khem Raj
This fixed a build break on uclibc where it complained armv5te-oe-linux-uclibcgnueabi/usr/include/stdlib.h:215: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strtouq' The reason is u_quad_t is only defined if __USE_BSD is defined Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-14bluez4: make it generally provide bluez-libs and bluez-utilsRolf Leggewie
* reorder fields according to Style Guide
2009-08-14Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev
2009-08-14libtool: Remove FILESDIR, use INC_PR and FILESPATHPKGKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-08-14zaurus-2.6.inc: add zaurusd to collie RDEPENDSRolf Leggewie
* there is no need to deviate from the other Zaurus machines here http://svn.o-hand.com/repos/misc/trunk/zaurusd/config/machines * regroup some fields while we're at it
2009-08-14checksums.ini: remove obsolete and duplicate entry for sazanami tarballRolf Leggewie
2009-08-14base.bbclass: ftp.matrix.com.br no longer existsRolf Leggewie
* Acked-By: Holger Freyther <zecke@selfish.org> * Acked-by: Phil Blundell <philb@gnu.org>
2009-08-14Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-08-14linux-omap-2.6.31/beagleboard/defconfig : add defconfig for beagle to thisGraeme Gregory
kernel
2009-08-14linux-omap_git.bb : increase the revision and fix PV accordingly, thisGraeme Gregory
version boots on beagle once more
2009-08-14libgweather: fix packaging regressionKoen Kooi
2009-08-14libgweather: add 2.26.2.1Steve Sakoman
2009-08-14libgnomeui: add 2.24.1 and restructure to use libgnomeui.incSteve Sakoman
2009-08-14libbonoboui: add 2.24.1Steve Sakoman
2009-08-14kernel.bbclass: introduce MODULES_IMAGE_BASE_NAMEDenys Dmytriyenko
Similar to KERNEL_IMAGE_BASE_NAME, allow overwriting from a recipe Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-14u-boot: bump the SRCREV's for DaVinci boardsDenys Dmytriyenko
2009-08-13Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev