summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-09xserver-xorg-conf: add xorg.conf for palmpre machinePeter Klassen1
Signed-off-by: Peter Klassen <pklassen@web.de> Acked-by: Simon Busch <morphis@gravedo.de>
2010-09-09ncurses: fixed PREnrico Scholz1
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-09-09ncurses: use linker scripts for libncurses(w)Enrico Scholz2
Some software (e.g. util-linux-ng) assumes that symbols from -ltinfo will be added when it is linked against -lncurses. This breaks when linkerflags are containing --no-copy-dt-needed-entries which is the case e.g. in Fedora 13+. This patch replaces the libncurses.so symlink with a linkerscript which adds -ltinfo. To do things in a consistant manner, the patch rewrites most parts of 9e58422868a03eeafa72781477174850d1c5abe7. NOTE: it might require a 'bitbake ncurses -c clean' to see an effect because staging on updates does not change a symlink (libncurses.so) to a regular file. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-09-08xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE stringKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-08mercurial-native: add recipeEric Bénard1
* mercurial is a distributed SCM * having the native recipe inside OpenEmbedded gives the possibility to fetch code from mercurial's repositories without the need to have mercurial installed on the host Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-08rlpr: upgrade to version 2.06Eric Bénard1
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-08rlpr 2.05: unbreak recipeEric Bénard1
* source URL is no more working so use debian mirrors * fix GNU_HASH issue * tested on armv5 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-08mozilla: Add Category 'Network' to firefox/thunderbird for desktop filesRoger Monk4
* Move desktop icons to appear alongside all other browser apps * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-08angstrom-uboot-scripts: tweak linuxtagdemo image boot scriptRoger Monk2
* Remove beagle detection (until fixed) * Pass camera variable on linux cmdline for LI vga camera * Remove usb fifo fix variable (not needed for later boards and helps reduce bootargs line length) * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-08angstrom-gdm-autologin-hack : Fix missing quote mark + spaceRoger Monk1
* Missing " * Bump PR Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-08taglib: add 1.6.3Stuart Gray1
2010-09-08gtk+: fix configure problem for native buildSteffen Sledz3
Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-09-08jornada7xx: fix for bug #4951Filip Zyzniewski1
Added bluez-dtl1-workaround to avoid: * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-base: * bluez-dtl1-workaround * * opkg_install_cmd: Cannot install package task-base.
2010-09-08dialog: removed hardcoded -L/lib ld flag from configure.Filip Zyzniewski1
this flag has caused this behaviour on my system (from config.log): configure:9177: checking for initscr in -lncurses configure:9204: arm-oe-linux-gnueabi-gcc -march=armv4 -mtune=strongarm -mthumb-interwork -mno-thumb -o conftest -Os -isystem/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -L/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu conftest.c -lncurses -lm -L/lib >&5 /lib/libgcc_s.so.1: file not recognized: File format not recognized of course because my /lib/libgcc_s.so.1 is for i386 and I was building for an arm.
2010-09-08linux-jlime-jornada7xx: moved from 2.6.32 to 2.6.34.Filip Zyzniewski2
2010-09-08jlime: using glibc-2.11Filip Zyzniewski1
version 2.12 is pulled from svn now. no reason for that level of bleeding edge.
2010-09-08jlime: minor changes based on minimal.confFilip Zyzniewski1
Our config file got a bit outdated.
2010-09-08jlime: removed some of PREFERRED_VERSION entriesFilip Zyzniewski1
It seems that these hold back packages without a real reason.
2010-09-08jlime: switched from OABI to EABI.Filip Zyzniewski1
note: should we set TARGET_OS to linux-gnueabi even if distro supports machines other than ARM?
2010-09-08jlime: bumped up coreutils-native version.Filip Zyzniewski1
version 7.2 is not available in OE tree anymore.
2010-09-08jlime: set virtual/libc preferred provider.Filip Zyzniewski1
base-image has virtual/libc in dependences and so needs it specified.
2010-09-08jlime: fix glibc includeFilip Zyzniewski1
Obsolete glibc include caused SyntaxErrors in uclibc bb files.
2010-09-08openjdk: fix random behaviour due to _PN being a local overrideKoen Kooi1
2010-09-08ncurses: added libtermcap.so file for backward compatibilityEnrico Scholz2
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-09-08MAINTAINERS : correct my entryGraeme Gregory1
Having very little time to develop with OE at moment so not really maintaining anything not Angstrom related.
2010-09-08multi-kernel: more do_unpack unbreakingKoen Kooi2
2010-09-07eglibc_svn.bb: Bump SRCREVKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07midpath-core_0.2+0.3rc2.bb: Fix compilation error and QA HASH error on ARMKhem Raj4
* Remove legacy staging Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07ffmpeg_0.5.bb: On ARMv7 it needs to be compiled with -fPICKhem Raj1
* building non-PIC shared libraries fails under ARMv7 * Also reported here * https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/503448 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07midpath-backend-sdl_0.2+0.3rc2.bb: Fix QA errors and remove do_stagingKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07Revert "gnumail_1.1.2.bb: Point inetlib to java data dir in target staging ↵Khem Raj1
area." This reverts commit 65c8f0a20ea3fe4d22c04d3a0c3a9f85d4ca1e53. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07bitbake.conf: Redefine STAGING_DIR_JAVA to point to target sysroot by defaultKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07gcc: trade QA errors for broken runtime dependenciesKoen Kooi1
* this fixes the missing deps on libstdc++ and libgcc after building gcc
2010-09-07nodejs: fix recipeKoen Kooi1
* fix configure * fix do_install * fix packaging
2010-09-07added recipe for nodejsAJ ONeal4
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-07udev,udev-compat141: Fix machine specific RDEPENDSKhem Raj4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-07jaxme_0.5.2.bb, xpp3_1.1.3.4.O.bb: Remove do_stage_appendKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Robert Schuster <robertschuster@fsfe.org>
2010-09-07java-library.bbclass: do_stage is not needed anymoreKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Robert Schuster <robertschuster@fsfe.org>
2010-09-07angstrom: bump DISTRO_PRKoen Kooi2
See http://thread.gmane.org/gmane.linux.distributions.angstrom.devel/4426
2010-09-07angstrom: switch to ggdb2 to save space, noone seems to really exploit the ↵Koen Kooi4
things -ggdb3 provides Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2010-09-07bash 3.2: bump PRKoen Kooi1
2010-09-07firefox: update to 3.6.8Koen Kooi16
2010-09-07netbase: Add interface file for imote2 and bump PRStefan Schmidt2
We need to set 'auto usb0' here to avoid some random kernel oops when trying to to gadget_ethernet.
2010-09-07clutter (+box2d +gtk): Bump to latest (stable) versionsAndreas Mueller3
* clutter has a known problem with fonts feor more details and workaround see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000070.html * clutter-box2d_0.10.0_git has the introspection bug fixed upstream and a funny (patience) new demo in blockbox Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-07moblin: update recipes to match latest clutterAndreas Mueller6
* nbtk: bump required to configure properly with clutter * clutter-imcontext: now required by nbtk * hornsey_git: bump required to configure properly with clutter * libccss_git: bump required to match new nbtk requirements bumping by SRCREV_pn-libccss = .. is a hack to get throgh the door and needs clean solution later. Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-07libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutterAndreas Mueller3
* builds separate packages for libchamplain and libchamplain-gtk * libchamplain_0.2.8 removed because it tries to configure against clutter-cairo which is no more available * libchamplain-gtk_0.2.8 removed because it configures against very old clutter revision which do not build for GLES environments Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-07clutter: clean builds for clutter 1.0Andreas Mueller21
* all 0.9 recipes (are actually 1.0rc) & files referenced were removed * all 0.8 recipes were renamed to clutter*-0.8 to ensure parallel installation with later versions * clutter-common.inc as container for helpers was created (also from clutter-fpu.inc) * clutter-1.0_1.0.10.bb was renamed to clutter_1.0.10.bb * clutter-gst_1.2.0.bb introduced the first ever buildable in GLES environment without further effords * clutter-gtk_0.10.2.bb is the latest version which supports clutter 1.0.x (later ones complain on configure for clutter 1.2.x) * clutter* examples / tests are build properly and packed in extra packages. For clutter-interactive tests menu entries (graphics) are added / test-conformance-run runs all conformance tests (crashing tests do not abort) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-09-07clutter: remove svn recipes and unreferenced filesAndreas Mueller26
* removed aaina: configure needs clutter-0.6 (now in toys/attic) * removed clutter*svn*: repositories no more available * removed clutter* with version < 0.8 * removed moblin-proto: repositories no more available * removed table: repositories no more available (now in toys/attic) * removed tidy: repositories no more available Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-06ltp-20100831: New release of the Linux Test Project.Leon Woestenberg1
Not run-tested yet. Specific targets may need target-dependent patches. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-09-06lib/oe/unpack.py: fix uncompressing .gz .bz2 or .xzEric Bénard1
* Actually, the uncompressed file is written into the source path instead of the destination path. * By also removing the source path, this patch should fix this problem. * An other fix could be to not uncompress to stdout but let gunzip|bunzip2| xz uncompress directly to the file. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com>