summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-05-24xf86-video-geode: fix GPIO probing and RandR initOtavio Salvador3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-24linux-omap 2.6.29: add missing ppoll patchKoen Kooi1
2009-05-24linux-davinci: bump PR and point to include file where MACHINE_KERNEL_PR is ↵Koen Kooi5
located
2009-05-23transmission/files/webupload.patch : add missing patchGraeme Gregory1
2009-05-23transmission_1.61.bb : add patch from svn to fix uploading torrents from theGraeme Gregory1
web interface
2009-05-23qemu-native.inc : force qemu native to use our C/LDFLAGS so that you don'tGraeme Gregory1
need the required dev packages installed on host. Use our OE versions
2009-05-22bluez4 4.39: actually run initscriptKoen Kooi1
* now *that's* an embarassing bug!
2009-05-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-05-22linux-handhelds-2.6: fix compilation with gcc-4.3Dmitry Artamonow2
Backport time.h patch from 2.6.25 kernel (commit 38332cb98772f5ea757e6486bed7ed0381cb5f98) It fixes following error during compilation: LD .tmp_vmlinux1 kernel/built-in.o: In function `getnstimeofday': utsname_sysctl.c:(.text+0xf110): undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_gettimeofday': utsname_sysctl.c:(.text+0xf1d0): undefined reference to `__aeabi_uldivmod' utsname_sysctl.c:(.text+0xf1ec): undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_timer': utsname_sysctl.c:(.text+0x100ec): undefined reference to `__aeabi_uldivmod' utsname_sysctl.c:(.text+0x1010c): undefined reference to `__aeabi_uldivmod' make: *** [.tmp_vmlinux1] Error 1 See also similar OE bug #4333 Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-22pixman: add 0.15.6, it has some internal reorg, more NEON patches and since ↵Koen Kooi1
it's 0.odd.x extra unstableness
2009-05-22bluez: document that hciattach-ti-bts.patch has landed upstreamRolf Leggewie2
sometime between 3.35 and 3.36
2009-05-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-05-22consolekit: fixes suggested by RPKoen Kooi1
2009-05-22wget: update to version 1.11.4Matthieu Poullet3
The actual version was released in 2003, so I think it's time to update it. This patch prepares the transition and allows other to test the latest release. Regards, Matthieu. Signed-off-by: Matthieu Poullet <matthieu.poullet@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-22bluez-libs: add 4.40, set default preference to -1 pending availabilityPhil Blundell2
of apps
2009-05-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-05-21directfb: 1.2.7 has been superseeded. Fix SRC_URI.Rolf Leggewie1
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi3
into org.openembedded.dev
2009-05-21ekiga: update ekiga bits to 3.2.4Koen Kooi3
2009-05-21pwlib: update SRC_URI, unify and clean-up.Rolf Leggewie3
* build still fails, bug 1622 still open
2009-05-21glibc 2.6.1: bump PR for oldest-kernel changeKoen Kooi2
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-05-21gst-plugins: switch back to old way of excluding localesKoen Kooi1
2009-05-21snes9x: bump PRRolf Leggewie1
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi4
into org.openembedded.dev
2009-05-21gst-plugins: fixed pattern for meta package dependencies.Ihar Hrachyshka11
This fixes package name matching so that gst-plugins-*-meta packages include all the plugin ones. The current matching implementation doesn't make meta packages depend on gst-plugins with 'locale' and 'dev' in their names (f.e. gstfbdevsink). Also use INC_PR for gstremer-plugins as requested on ML. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-21minisip-video: move to nonworking. (Closes: #1577)Rolf Leggewie1
2009-05-21Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell22
into org.openembedded.dev
2009-05-21snes9x: fix sundry compilation problemsPhil Blundell3
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi15
into org.openembedded.dev
2009-05-21devicekit-disks: add 004Koen Kooi1
2009-05-21udev 141: symlink /usr/lib/udev/rules.d to /etc/udev/rules.dKoen Kooi1
2009-05-21libatasmart: add 0.13Koen Kooi1
2009-05-21qemu 0.10.3: port OE patches, make preferable versionRoman I Khimov15
Fixes binary locale generation broken by 6065fa491c009118ae282ae933215649cccfcd24. Tested to work on ARM OABI (simpad), ARM EABI (qemuarm), PowerPC (efika) and i686 (x86-prescott). Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi38
into org.openembedded.dev
2009-05-21devicemapper: fix QA problems, add 1.02.28Koen Kooi4
2009-05-21gtksourceview2 2.6.0: new recipe for the current stable version.Elena Grandi1
GtkSourceView is a portable C library that extends the standard GTK+ framework for multiline text editing. Signed-off-by: Elena Grandi <elena.valhalla@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-21grub: Split the grub-install script and friends into a separate package.Michael Smith1
In the main grub package, menu.lst and stage1/2 files will now be installed in /boot/grub. stage2_eltorito is split into its own package for bootable ISOs. Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-21Remove unused grub-0.93.Michael Smith4
As far as I can tell, only the wrap board and gpe-phone-image are using grub, and they use the default version, 0.97. Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20cups: use INC_PR due cups.inc being used in many recipesOtavio Salvador5
To be easier to update the recipes we use a INC_PR in cups.inc that is included in all PR fields in all recipes. Since currently the oldest revision was 'r6' INC_PR starts in 'r7'. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20xf86-video-geode: add 2.11.2Otavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20gnumeric: update to 1.8.4Otavio Salvador2
We updated it to latest stable release and droped the old versions since noone is preferring those. Another small change is to depends on gdk-pixbuf-csource-native otherwise the build can fail if the host doesn't has the development files of GTK+ installed. The only reference to a gnumeric version has been found at preferred-om-2008-versions.inc and it referred to a missing version. This also makes it to point to the latest one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20ppp: add peers dirOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20libgnomeprintui: drop gnome-common dependency since it is added by gnome classOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20cups: undo mangle of cups_{datadir,serverbin} in cups-configOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20initramfs-uniboot: properly setup sysfs and tmpOtavio Salvador2
To make life easier for everybody it is nice to have early_setup to avoid problems with mdev/udev usage. As a bonus, it also adds a /tmp dir since some tools require it to exist and it won't hurt anyway. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20Fixed indentation for Python codeMario Domenech Goulart3
- recipes/boost/boost-36.inc - recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb - recipes/gstreamer/gst-plugins-ugly_0.10.10.bb Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20rt61-firmware: fix installation of binary filesOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20mtools: update to 4.0.10 since 3.9.11 was not available anymoreOtavio Salvador5
During the updating we've also grabed two patches from Debian that improves the stability of mtools in recent kernels. Those are: - plainio.patch - use-sg_io.patch Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20fixes wrong license value usage for GPLv2Otavio Salvador3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>