aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-03-11Revert "Pull mpfr/gmp builds into gcc builds". This doesn't fix thepb/toolchain-desuckTom Rini
problem with gcc-cross-sdk & company linking against stuff we don't ship. After talking with Khem and pb, lets try using the crosssdk / nativesdk stuff if we can to get static libs for gcc to use. This reverts commit f38f68c348506605c32b7eaf69c194a802b3c80d. Conflicts: recipes/gcc/gcc-4.4.1.inc recipes/gcc/gcc-4.4.2.inc recipes/gcc/gcc-4.4.3.inc
2010-03-08gcc-common: Add FILESPATHPKG .= "gcc-${PV}", drop from gcc-4.4.x.incTom Rini
2010-03-04Pull mpfr/gmp builds into gcc buildsTom Rini
TODO: Apply mpfr/gmp patches in these builds, give the new libs that gcc_svn / gcc-4.5 use the same treatment.
2010-02-08gcc: adjust some pathsPhil Blundell
2010-02-08fakeroot: switch to new style stagingPhil Blundell
2010-02-08gcc: switch to new style stagingPhil Blundell
2010-02-08binutils: switch to new style stagingPhil Blundell
2010-02-07networkmanager: add 0.7.999 (aka 0.8.0rc3)Koen Kooi
2010-02-07moblin: remove clutter-0.8 deps, add clutter-0.9 depsKoen Kooi
2010-02-07clutter-gst-0.9: fix dependencies, remove clutter-0.8 depKoen Kooi
2010-02-07angstrom-task-gnome: add gecko-media-player-firefox-hack to get youtube ↵Koen Kooi
working without flash
2010-02-07gnome-mplayer svn: bump SRCREVKoen Kooi
2010-02-07angstrom-{x,GNOME}-image: move some definitions around, create timestampKoen Kooi
2010-02-07totem: add more RDEPENDS for youtube and iplayer pluginsKoen Kooi
2010-02-05fso-boot: use SRCREV instead SRCPV (sorry)Martin Jansa
2010-02-05linux-openmoko-shr-devel: enable UBI in gta01 config tooMartin Jansa
2010-02-05fso-boot: add new cornucopia projectMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-05linux-2.6.24: enable MAGIC_SYSRQ for hipox machineSteffen Sledz
We're hunting a snaky bug. Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-02-04vala[-native]: add 0.7.10Michael 'Mickey' Lauer
2010-02-04open-iscsi-user: removed RRECOMMENDSFrans Meulenbroeks
removed RRECOMMENDS because: a) it recommended itself b) there are two potential providers of the kernel modules that are needed either they can come from the kernel or from open-iscsi-kernel Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-04gnome-python-desktop: add 2.28.0Koen Kooi
* this is made to build with pygobject codegen instead of pygtk codegen
2010-02-04uclibc-nptl: Add machine conf fragment for SH4.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-04gcc-4.4.3: Add new recipes.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-04oxnas: remove support for oxnas machineSteffen Sledz
OXNAS machine was only used as prototyp for HIPOX machine and is not needed any longer. Because of constant build problems support is finished. Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-02-04task-shr-feed: add fltkspacetraderMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-04fltkspacetrader: new recipe for spacetrader game with fltk based interfaceBenjamin Schieder
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-04pciutils 3.1.2: convert to new-style stagingKoen Kooi
2010-02-04gnome-python 2.28.0: fixes for new pygobject/pygtk comboKoen Kooi
2010-02-04Podboy: update to 1.3.3 (as svn)Valery Febvre
* Lot of improvements in feed parsing (add and update). * Now, when a "Check For Updates" is done for several podcasts, a full report is displayed in a dialog. * New feature: podcasts source URLs can be edited. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-04python-cython: add bugfix release 0.12.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-03meta-toolchain: introduce TOOLCHAIN_TARGET_EXCLUDE to uninstall unneeded depsDenys Dmytriyenko
TOOLCHAIN_TARGET_EXCLUDE is a list of packages to uninstall from the target portion of meta-toolchain/SDK, which were brought as dependencies, but not needed in the SDK. Useful to have only relevant libPKG and PKG-dev packages with libs and headers installed, while keeping the main PKG package with binaries out. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-02-03libx11-native: removed patch as this is already in libx11Frans Meulenbroeks
while adding a patch for libx11, I missed that the patch was there for libx11-native and as that one includes the libx11 recipe the patch was there twice which of course does not apply. removed the patch from libx11-native and bumped PR in libx11 (as libx11-native does not have its own PR) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-03xorg-lib/libx11_1.3.3: uncommented dolt-fix.patch; still neededFrans Meulenbroeks
uncommented dolt-fix.patch, this one is needed for i686 targets (e.g. eee701). without these patch libtool is used and not the generated one also verified that it still compiles properly on systems that did not need the patch (tested by building for beagleboard). Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-03Revert "packaged-staging.bbclass: removed two few superfluous slashes"Frans Meulenbroeks
Accidently tagged another file to this commit, sorry This reverts commit b977bbd442f3d00c884b68c1307bd9b14fb96446.
2010-02-03packaged-staging.bbclass: removed two few superfluous slashesFrans Meulenbroeks
${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable and a slash as the first character of the next variable. This patch removes the / that is explicitly added so in the generated code we get // instead of the even sillier looking (and probably more confusing) /// Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-03alsa-scenario_0.2.bb : sources have been moved on serverGraeme Gregory
2010-02-03Add htcleo, linux-qsd8; linux-msm7xxxx > linux-msm7, move extra msm kernel ↵Lukas Gorris
into linux-msm7 (sorry for the size, stupid defconfigs..)
2010-02-03linux-kexecboot.inc: fix minimal versions required for LZMA.Andrea Adami
2010-02-02linux-kexecboot: force LZMA compression for kernels > 2.6.30Andrea Adami
2010-02-02linux-kexecboot_2.6.32+2.6.33-rc6: remove now obsoleted Zaurus patches.Andrea Adami
2010-02-02linux-kexecboot_2.6.32: remove now obsoleted Zaurus patches. Re-enableAndrea Adami
LZO/LZMA patch.
2010-02-02zaurus-updater: fix nandlogical writing of kernel. Bump PR.Andrea Adami
2010-02-02ffalarms: fix patch.. lost change while rebaseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02shr-launcher: bump PR for rebuild after EFL upgradeMartin Jansa
2010-02-02ventura: bump SRCREV for version 0.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02ffalarms: fix building agains newer libeflvalaMartin Jansa
* rename SmartCallback to Callback in libeflvala a18c70a312d98cc90e0e7978f845601e82460b39 * drop inwin_style_set in f359a4d36bdcae114b0d88e9215c30455570c232 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Lukas Gorris
into org.openembedded.dev
2010-02-02Add xorg-driver for msm platform, use it on msm machines. (wip)Lukas Gorris
2010-02-02u-boot-2009.03: nor flash layout changed for hipox machineSteffen Sledz
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-02-02u-boot git: sync omap3-touchbook patches with AI repoKoen Kooi