summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-23liba52: Remove custom -dbg, fall back to defaultMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23python-gst: Add missing files to the -dbg packageMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23mc: Add missing debug files to -dbgMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gamin: Add missing debug files to -dbgMark Hatle
Add the missing files to the base -dbg package, remove the libPN-dbg as it is non-standard. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gthumb: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23systemtamp: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23trace-cmd: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gstreamer: Add missing debug files.Mark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gtk-sato-engine: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23libproxy: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23wireless-tools: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23busybox: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23quota: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23sysstat: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23db: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23unzip: Avoid stripping binariesMark Hatle
Not only do we have to override things on the make line, but we need to hack on configure as well to avoid certain behavior. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23dropbear: Don't patch in configureMark Hatle
We need to avoid applying a patch in configure, because a rebuild could trigger this, without triggering do_patch. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23nasm: Fix aclocalMark Hatle
The mv of aclocal.m4 can only occur once, or it will fail. On a re-run of configure this will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23boost: Move the do_configure_prepend to a seperate taskMark Hatle
We need to perform those actions after patch, and before configure. Otherwise a rebuild starting with configure will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23tinylogin: Avoid stripped binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23tcmode-default.inc: use 4.6 for GCCVERSION and SDKGCCVERSIONKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-23gcc-4.6: Switch to using svn SRC_URI for recipeKhem Raj
We call the recipes 4.6 Remove the backport patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22Revert "eglibc: Upgrade recipes from 2.13 -> 2.14"Richard Purdie
This reverts commit 2a68cf4d315cdd18766de0c75928ff17846a6cd7. 2.14 isn't ready for prime time :( (A load of files no longer seem to get installed for example)
2011-06-22Revert "tcmode-default.inc: Bump EGLIBCVERSION to 2.14"Richard Purdie
This reverts commit 0250ece17e50fde0f87833f0f1a7d203fcfb4343. 2.14 isn't ready for prime time use :(
2011-06-22linux-yocto: update meta and yocto/standard SRCREVsBruce Ashfield
As part of sync'ing the in-tree beagleboard support, the following commit has been pushed to all branches, and hence the SRCREV update: bb8e31f USB: ehci: remove structure packing from ehci_def The meta SRCREV update is to capture the new and sync'd BSP configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-22linux-yocto: update meta SRCREV for new config groupsBruce Ashfield
Updating the SRCREV for the kernel repo's meta branch to capture the following commits: 94fa015 meta: add taskstats experimental feature group 4fb2ed5 meta: enable freezer support 88d619e meta: enable fuse and cuse as modules f465827 meta: add namespaces + experimental configs fbdd376 meta: add devtmpfs config group b04f6d9 meta: re-enable cgroups options in the standard kernel There's also a change to the recipe itself to trigger the taskstats optional config items by default. This is to allow the introduction of these changes gradually, since other recipes inheriting the kernel can add or ignore these options at their convenience. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-22linux-yocto: update SRCREVs for utrace mergeBruce Ashfield
Updating the SRCREVs to account for the merge of utrace to support systemtap. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-22qt4-tools-nativesdk: fix compile failure in src/dbusPaul Eggleton
[Qt #17962] -- http://bugreports.qt.nokia.com/browse/QTBUG-17962 [YOCTO #1168] -- http://bugzilla.pokylinux.org/show_bug.cgi?id=1168 Fix "invalid conversion from 'const void*' to 'void*'" error compiling src/dbus/qdbusintegrator.cpp. It is assumed that the use of "const" here is incorrect as no other usage of Q_GLOBAL_STATIC_WITH_ARGS uses const prefix on the first (TYPE) argument. Patch was imported from the Qt bug tracker (see above reference); the patch was rejected but for procedural rather than validity reasons. Fixes [YOCTO #1168] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-06-22qt4-tools-nativesdk: drop freetype include as we build with -no-freetypePaul Eggleton
Freetype support is disabled so there's no need to point to the freetype headers. Prompted by OE commit 4931b37c8faf1eef7322cc82bf979885c770f4e0 from Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-06-22qt4-tools-nativesdk: fix unpack failure due to missing g++.confPaul Eggleton
FILESPATHPKG was being used to in order to bring in linux.conf and g++.conf in this recipe, however this probably never worked since FILESPATHPKG always has the MACHINE appended to it and these are not machine-specific files. The only reason it built was that these two files could be found within the "files" subdir until we removed Qt 4.6.3. Using FILESEXTRAPATHS (as qt4-tools-native does) solves this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-06-22task-core-lsb: Add absent libraries and commands to task-core-lsb.bbXiaofeng Yan
Due to "tools-profile" and "tools-testapps" were removed from variable \ "EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sample, some libraries \ needed by LSB Test Suite were absent in an lsb image. I add these absent \ libraries to task-core-lsb.bb. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-06-22tcmode-default.inc: Bump EGLIBCVERSION to 2.14Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22eglibc: Upgrade recipes from 2.13 -> 2.14Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22eglibc-package.inc: Package newly added sotruss and supporting librariesKhem Raj
2.14 has a new utility which can trace through PLTs of shared libraries We package the library separately and the script is already packaged in eglibc-utils so we create a RDEPEND so that the library is pulled in if someone isntalls eglibc-utils Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22binutils_2.21.bb: Fix ld segfault exposed by eglibc 2.14 on x86_64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22uclibc.inc: libsegfault is only RPROVIDED by uclibcKhem Raj
Using ${PN} also means that uclibc-initial gets to provide it which we do not want Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22uclibc: Add support for $ORIGINKhem Raj
This is required by systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMUKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22gettext-0.18.1.1: Remove unused patchesKhem Raj
gettext-error_print_progname.patch is already applied upstream others are unapplied. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22gnome-vfs: remove gnome-vfs as it is deprecated in favour of GVFS and GIOZhai Edwin
Remove unnecessary dependency via configure option and make oprofileui use GIO Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-06-22alsa-utils 1.0.24.2: fix packagingKoen Kooi
Put the rules and scripts associated with alsactl in the alsactl subpackage Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-22glib-2.0 2.28.x: update to 2.28.8Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-22gnome-keyring 2.32.1: fix packagingKoen Kooi
NOTE: package gnome-keyring-2.32.1-r1: task do_package: Started WARNING: the following files were installed but not shipped in any package: WARNING: /usr/share/gcr/ui/gcr-import-dialog.ui WARNING: /usr/share/gcr/ui/gcr-certificate-basics-widget.ui WARNING: /usr/share/gcr/ui/gcr-unlock-options-widget.ui WARNING: /usr/lib/security/pam_gnome_keyring.so Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-22u-boot: set SRCREV to a git revision instead of a tag referencePaul Eggleton
If we use a tag here then bitbake has to connect to the repository to find out the corresponding revision (so it can expand SRCPV which is part of PV, which amongst other things is needed to determine whether or not the package has to be rebuilt.) This occurs at parse time; on machines behind a firewall or with no network access this can be a problem. We wish to avoid unnecessary network accesses and network access in our default configuration during parse time is even worse. Substituting the git revision corresponding to the tag prevents bitbake from having to contact the remote repository in order to expand PV. Addresses [YOCTO #1186] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-06-16systemtap: remove non-core COMPATIBLE_MACHINESTom Zanussi
Systemtap only supports x86, x86-64 and powerpc at this point. v2: updated to reflect comments from Koen Kooi and Phil Blundell to use COMPATIBLE_HOST instead. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-15bind: adjust hardcoded install path referencesPhil Blundell
Fixes do_install() on micro, which otherwise fails for obvious reasons. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-15eglibc: bump PR for SRCREV changesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-15eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diffKhem Raj
This patch is already applied to eglibc 2.12 branch as seen here http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230&sortby=date&r2=12230&r1=10495 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-15dri2proto: Revert "dri2proto: make DRI2 swap event match GLX spec"Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-15glproto: Revert "glxproto: make GLX swap event struct match spec"Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>