summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-04-26ruby_1.8.7-p248.bb: fix ext/dl compileJesse Gilles2
* Update ruby library path so extensions needing mkmf can build and find the right ruby headers. Fixes building of ext/dl. Signed-off-by: Jesse Gilles <jgilles@multitech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-26qemu: curl isn't in DEPENDS, so disable itKoen Kooi1
2010-04-26qemu: fix build with zlib-dev missing on hostRoman I Khimov1
OE provides its own zlib-native and qemu-native should use that. Thanks to Thomas Zimmermann <ml@vdm-design.de> for spotting it. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-26qemu: remove 0.10.3Roman I Khimov18
See "sanity: remove /proc/sys/vm/mmap_min_addr check" for reasoning, basically, 0.12.x is needed for reliable work on any host system. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-26qemu: remove 0.9.xJesse Gilles110
QEMU 0.9.x is obsolete this days and with all modifications made for QEMU 0.10.x in OE, versions 0.9.x are unusable anyway. 0.10.3 was introduced 10 month ago, so a good transition time was also given. Now it's time to just kill it. Also remove cvs and svn versions since those are 0.9.x leftovers and QEMU moved to git long ago. Also remove gcc3 checks since that are not relevant for QEMU 0.10+. Also remove from icecc blacklist, since QEMU builds fine with it and the reason for blacklisting was GCC 3. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Conflicts: classes/sanity.bbclass
2010-04-26sanity: remove /proc/sys/vm/mmap_min_addr checkJesse Gilles1
Binary locale generation fails on openSUSE 11.2 and probably would fail on some other hosts with 2.6.31+ kernels since mmap-ing page zero may be forbidden for security reasons even with /proc/sys/vm/mmap_min_addr set to 0 (this also affects Ubuntu 9.10, although it's been fixed there: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/423513 ). This is not a problem for recently introduced qemu 0.12.3 since it can relocate binaries now, which is tested on openSUSE 2.6.31 kernel with mmap_min_addr=65536 and Debian lenny 2.6.26 with mmap_min_addr set to 0, 4096, 65536. Given that, this check is just useless. Unfortunately, it also means that for reliable builds we have to remove qemu 0.10 which can't work with some kernels. Patch will follow to do that. Signed-off-by: Roman I Khimov <khimov@altell.ru> Conflicts: classes/sanity.bbclass
2010-04-26qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclassJesse Gilles6
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so we can check for the right binary in sanity.bbclass. This code was duplicated by glibc-package and eglibc-package anyhow and with the new fn we can clean up the usage in these classes a bit. Now that we have a class for qemu stuff, and the gcc check is just for qemu, move it there. Conflicts: classes/base.bbclass classes/sanity.bbclass
2010-04-26qemu: add version 0.12.3Roman I Khimov14
qemu-native tested to compile on openSUSE 11.2 and Debian Lenny. Binary locale generation tested for qemuarm/glibc, simpad/glibc, x86-prescott/eglibc, efika/glibc. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-01-19glib-2.0: Typo fix in previous commit.Stanislav Brabec1
2010-01-19glib-1.2: Fixed file list of glib-1.2-dev.Stanislav Brabec1
2010-01-19irdadump: Migrated to glib-2.0.Stanislav Brabec2
2010-01-19amend-recipes.inc: Add. Allows tweaks to be amended to a recipe via a .inc ↵Chris Larson1
in its FILESPATH Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-19package_dbg.bbclass: add current incarnation from MVL6Chris Larson1
This optional bbclass implements per-subpackage debug packages. Among other things, this makes it much easier to automate creation of debug images (where you have the debug files for all installed packages). Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-19libqpe, opie-taskbar: Fix linking errors found with 2.20 ldKhem Raj4
* Fix PR #5376 * Dont remove ~LnkProperties when QTOPIA_INTERNAL_FSLP is not defined this could cause g++ to emit default destructor which will be inlined and as we asked inlines to have hidden visibility it could make the destructor hidden in the final library this happens now because ld can merge the visibility attributes which it did not do before. * Note that this fix might be needed in few other places too. We will fix them as we encounter them. * Remove the workaround in opie-taskbar Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-19xinput-calibrator: added 0.5.0Marcin Juszkiewicz2
This is tool to calibrate touchscreens which works as XInput devices (evdev, evtouch, ... but not tslib one). So far only X11 version, GTKmm one will be provided later by Petr Štetiar.
2010-01-19linux-2.6.24: defconfig for hipox machine changedSteffen Sledz1
- UART3 enabled - I2C bitbash pins changed (SDA=GPIO26, SCL=GPIO25) Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-01-18contrib/angstrom/build-feeds.sh: added tgt (needed for iscsi)Frans Meulenbroeks1
2010-01-18tgt: updated to 1.0.0Frans Meulenbroeks2
- updated to 1.0.0 (& updated checksum) - improved dependencies - added missing make flag
2010-01-18Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks40
into org.openembedded.dev
2010-01-18linux-powerpc-fsl_git : patch was made one level too high; fixed itFrans Meulenbroeks2
2010-01-18checksums.ini: added rygel 0.4.8, automake 1.11.1Marcin Juszkiewicz1
2010-01-18gupnp-vala: added 0.6.2Marcin Juszkiewicz1
2010-01-18gupnp-tools: added 0.8Marcin Juszkiewicz1
2010-01-18gupnp-av: added 0.5.2Marcin Juszkiewicz2
2010-01-18gupnp: added 0.13.1Marcin Juszkiewicz2
2010-01-18gssdp: added 0.7.1Marcin Juszkiewicz1
2010-01-18rygel: added 0.4.8 (requires automake-native 1.11.1)Marcin Juszkiewicz2
Information from website (http://live.gnome.org/Rygel): Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), implemented through a plug-in mechanism. Important facts and features * Specifically designed for GNOME (Mobile) and is therefore planned to be one of the key new features of Maemo platform in the Harmattan release. * Based on GUPnP. * written (mostly) in Vala language * APIs to ease the implementation of AV devices (currently only MediaServer V2.0 specification) * Export of on-disk media: o tracker plugin. o media-export plugin: Recursively exports folders and files specified in the user configuration. This plugin supports all types of URIs that gio/gvfs and gstreamer can handle. * Export of online media from 2nd German TV station. * Export of media hierarchies provided by external applications through implementation of D-Bus MediaServer spec. Applications that utilize this feature are: o PulseAudio: Provides streams for input/output devices on the system. o DVB Daemon: Provides live TV (DVB) channel streams. o Export of GStreamer pipelines as media items on the network, specified through gst-launch syntax in the user configuration. * Audio and Video Transcoding: source format could be anything GStreamer's decodebin2 can handle but output formats are currently limited to: mp3, PCM and MPEG TS. Fortunately the transcoding framework is flexible enough to easily add more transcoding targets.
2010-01-18Rename jlime distro file. Stupid having 2009 for a file weKristoffer Ericson1
are still perfecting, so bump it abit. Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-18Add require tune-mips32 and also the currently best supportedKristoffer Ericson1
kernel for the nanonote. Signed-off-by:Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-18Remove ben nanonote from the linux 2.6.31.bb file. We intend on usingKristoffer Ericson22
linux-hpc branches (and eventually vanilla). Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-18Lets use the linux-hpc v2.6.32-hpc branch to build forKristoffer Ericson1
nanonote. Eventually we will merge all our 2.6.32 releases to linux-hpc, but for now this seperate nanonote .bb file will do. Signed-off-by:Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-18We should not use this kernel so add an -1 for all supportedKristoffer Ericson1
machines. Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-18Add update-alternatives for distro fileKristoffer Ericson1
2010-01-18Remove obselete distro files:Kristoffer Ericson4
* We earlier had an need for different distro files due to differences in archs. Now we have managed to merge all platforms into a single distro file. Besides these old distro files havent been used in between 1-4 years so its time to get rid of them. All current development should focus on the jlime-2009.1.conf distro file (which is up to date). Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-18policykit: try harder to package /var/run/PolicyKitKoen Kooi1
2010-01-18empathy: add 2.28.2Koen Kooi6
gnome-doc-utils: add 0.19.2 telepathy-glib: add 0.7.37
2010-01-18shadow: try to fix serial-login issueKoen Kooi3
2010-01-18libcdio: add 0.81Koen Kooi1
2010-01-18angstrom feed sorter: add openrd-*Koen Kooi1
2010-01-18angstrom feed builder: add some more stuffKoen Kooi1
2010-01-18mplayer: bump SRCREV for some more ARM fixesKoen Kooi1
2010-01-18musicbrainz: add -ldl tp LDFLAGS, needed for some archsKoen Kooi1
2010-01-18ggz-client-libs: package more filesKoen Kooi1
2010-01-18gnome-dvb-daemon: add 0.1.14Koen Kooi2
2010-01-18gst-rtsp: add 0.10.5Koen Kooi2
2010-01-18linux-omap-zoomsync 2.6.31: enable some more drivers for zoom2Koen Kooi1
2010-01-17qte: drop static versionRolf Leggewie1
* it doesn't seem to be in use any longer and can create problems if built in the same TMPDIR alongside the nonstatic version * ACK'd by hrw, woglinde and bluelightning
2010-01-17linux-openmoko: bump SRCREV to latest revision, drop applied patchesMartin Jansa7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-17scim: add a couple of patches from Ubuntu, Debian and Gentoo.Rolf Leggewie10
* all relevant patches have been pushed to and committed upstream only relevant patch for the next release will be the generic, OE-only "configure.patch"
2010-01-17opkg-native: Add openssl-native to DEPENDS.Tom Rini1
Won't build without it, so no PR bump.