summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-03-27hipox: new machine added (derived from oxnas)Steffen Sledz
2009-03-27linux-msm7xxx: enable framebuffer console rotation for htcraphaelMichael 'Mickey' Lauer
2009-03-27libzip: new recipeIhar Hrachyshka
This is a C library for reading, creating, and modifying zip archives. Package is created for libzip-0.9
2009-03-27toppler 1.1.3: New recipe.Robert Schuster
2009-03-27checksums.ini: Added toppler 1.1.3 entries.Robert Schuster
2009-03-27linux-2.6.24: tiny jffs2 compile bug for OXNAS machine fixedSteffen Sledz
2009-03-27mokoko: fix the broken bb file SRCPV -> SRCREVTick Chen
2009-03-26qt4-embedded: add version 4.5.0Jeremy Lainé
2009-03-26Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-03-26qt4: add qt4-x11-free version 4.5.0Jeremy Lainé
2009-03-26cacao 0.99.3: Added stackbase fix patch.Robert Schuster
cacao 0.99.4: Dito.
2009-03-26qt4-tools-native.inc: prune PR definitionJeremy Lainé
2009-03-26qt4-embedded: move patch for 2bpp supportJeremy Lainé
2009-03-26qt4: drop obsolete patchJeremy Lainé
2009-03-26qt4: refresh some patches against qt 4.4.3Jeremy Lainé
2009-03-26qt4: add initial version of qt4-tools-native 4.5.0Jeremy Lainé
2009-03-26SlugOS: set preferred versions for openssl and openssl-nativeMike Westerhof
otherwise we get different versions for the two, due to conflicting DEFAULT_PREFERENCEs being set in the various recipes.
2009-03-26qmake2.bbclass: remove gratuitous export of QMAKE_RCCJeremy Lainé
2009-03-26qt4: overhaul packaging and staging rulesJeremy Lainé
2009-03-26dsplink: bump PR on recipes for kernel changesKoen Kooi
2009-03-26u-boot: homepage updatedSteffen Sledz
2009-03-26linux: moved vortex86sx to 2.6.29Marcin Juszkiewicz
2009-03-26Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Marcin Juszkiewicz
into org.openembedded.dev
2009-03-26python-pyqt: only apply patches for qreal on arm/mips machinesJeremy Lainé
2009-03-25linux_2.6.28, linux_2.6.29-rc6 : demote tosa for these recipesGraeme Gregory
2009-03-25zaurus-2.6.inc : use linux as the tosa kernel instead of linux-rpGraeme Gregory
2009-03-25linux_2.6.29.bb : new version, tosa support added.Graeme Gregory
2009-03-25linux-omap_2.6.28.bb: omap5912osk's default preferred kernel.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-25Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt
into org.openembedded.dev
2009-03-25qt4: consolidate include files into qt4.incJeremy Lainé
2009-03-25qt4-tools-native: stage mkspecs for the host platformJeremy Lainé
2009-03-25qt4: unify patches, drop obsolete files, fix mkspecsJeremy Lainé
* unify qt4-x11-free / qt4-embedded patches into files/ * remove unused files and patches * fix mkspecs to define RCC and UIC3 locations
2009-03-25qt4-x11-free: drop obsolete versions as per oe-develJeremy Lainé
2009-03-25neuros-*: don't force DEPENDS, let qt4e.bbclass handle itJeremy Lainé
2009-03-25qt_staging.inc: fix symlink to qmakeJeremy Lainé
2009-03-25qt-embedded: rename to qt4-embedded for consistencyJeremy Lainé
2009-03-25qt4: make use of qt4-tools-native instead of qmake2-native and uicmoc4-nativeJeremy Lainé
2009-03-25qt4-native: rename to qt4-tools-nativeJeremy Lainé
2009-03-25llvm 2.5: Updated patch to include preprocessor definitions.Robert Schuster
2009-03-25qt4-native: add qt-config.patch from qmake2-nativeJeremy Lainé
2009-03-25qt4-native: add package to replace qmake2-native and uicmoc4-nativeJeremy Lainé
2009-03-24Revert "cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and ↵Chris Larson
TARGET_PREFIX decoupled" This reverts commit 114155243344c15847e73598e82d02926443cbf1.
2009-03-24Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj
into org.openembedded.dev
2009-03-24python-pyrex_0.9.8.5.bb: Point SRC_URI to the updated location.Charles Clément
checksums.ini: Add checksum for new location of python-pyrex. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-24mpeg-encode: Fixup makefile to use the right stripTim 'timtim' Ellis
2009-03-24strace_4.5.15: Replace the use of linux/dirent{64].hKhem Raj
2009-03-24strace_4.5.14: Do not include linux/dirent{64}.hKhem Raj
These headers are not exported by linux kernel anymore. So we need to get rid of using them.
2009-03-24linux-libc-headers_2.6.29.bb: Add 2.6.29 kernel headers recipe.Khem Raj
This kernel headers recipe has few changes compared to old ones. We do not export procinfo.h manually anymore we need to fix the packages which use it to use hwcap.h instead or use something of there own. glibc/arm was one package that relied on it in past but it has been fixed since. If we need to patch glibc then we should backport the patch to 2.6.1
2009-03-24distutils-base.bbclass: Move common functionality to ↵Khem Raj
distutils-common-base.bbclass Create a new class distutils-common-base.bbclass which holds the common parts that can be used in native and target packages which need to use distutils funtionality. rpm, libxml2, zope are currently using them and needed to use distutils-native-base for native recipes. rpm and libxml need to defer the processing of certain configure parameters which we evaluate using python. So we need to have python-native built before we can process them. Hence we can not use EXTRA_OECONF which is a python variable and gets expanded during parsing recipes and ofcourse we have not yet built python-native. We pass these extra options as a separate shell variable to do_configure which we evaluate when that task is executing.
2009-03-24Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj
into org.openembedded.dev