summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-06-15dri2proto: Revert "dri2proto: make DRI2 swap event match GLX spec"Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-15glproto: Revert "glxproto: make GLX swap event struct match spec"Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-15linux-yocto: update meta branch SRCREVBruce Ashfield1
Updating the meta SRCREV to fix a bad commit which resulted in the tree being dirty after checkpoint, and hence a failure during the patch phase. The meta commits never modify code outside the 'meta' directory tree, a rule that was broken with this bad commit. Without this fix, you may see an error like: | [INFO] doing kernel configme | [INFO] Finding user(s) of branch "yocto/standard/fsl-mpc8315e-rdb" | [INFO] Branch meta-temp used by fsl-mpc8315e-rdb-standard.scc | [INFO] collecting configs in ./meta/meta-series | [INFO] checking out yocto/standard/fsl-mpc8315e-rdb | error: Your local changes to the following files would be overwritten by checkout: | arch/powerpc/boot/dts/mpc8315erdb.dts | Please, commit your changes or stash them before you can switch branches. | Aborting | [ERROR] Checkout of yocto/standard/fsl-mpc8315e-rdb failed | Error running the meta series for collecting config data | config of meta-temp (fsl-mpc8315e-rdb-standard.scc) failed Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-14busybox: backport distro-features handling from oe masterPhil Blundell2
This is a backport from oe master of the code which adjusts the busybox config according to DISTRO_FEATURES etc. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-14jsib-glib: Fix SRC_URI ChecksumSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14alsa-tools: fix ChecksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14gcc-4.6.0: Bring in patches from FSF 4.6 branchKhem Raj330
This brings in new patches from 4.6 release branch updates the comment section of existing branch to not contain patch numbers. Tested build on qemu for arm ppc mips x86 and x86_64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14eglibc: migrate configurability from oeKang Kai3
Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in local.conf.sample.extended to enable those options. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-06-14native.bbclass: allow a native package to be populated into its own dirDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14perl-native: populate into its own dirDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14perlnative.bbclass: add the fileDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14gnu-config-native: should depend on perl-native-runtime rather than perl-nativeDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libcap: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14openssl: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14coreutils: remove unnecessary dependency on perlDexuan Cui2
OE's coreutils doesn't depend on perl, either. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14dpkg: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14webkit-gtk: should depend on perl-native-runtime rather than perl-nativeDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14perl: inherit perlnativeDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14cpan.bbclass, cpan-base.bbclas: update them for the perlnative changeDexuan Cui2
Since perl-native now populates into its own dir, here we need change accordingly. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libxml-parser-perl: inherit perlnativeDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native changeDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libxml-simple-perl: fix EXTRA_PERLFLAGS due the the perlnative changeDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14icon-naming-utils-native: inherit perlnativeDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14runqemu: take TMPDIR from bitbakeAnders Darander1
The old standard of using /home/anders/openembedded-core/build/tmp as TMPDIR do not work any longer, as - is appended to the real TMPDIR. Thus, always take TMPDIR from bitbake, unless TMPDIR is set in the environment. Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-06-14eglibc 2.12/2.13: Upgrade SRCREVKhem Raj2
We need http://www.eglibc.org/archives/patches/msg00923.html to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG is disabled. This patch has been backported to both 2.12 and 2.13 branches. We bump SRCREVs to have that change. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14libx11-diet: Fixed checksum and rebase patchSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14update-alternatives-dpkg: Fix SRC_URI ChecksumSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14connman-gnome 0.5: build from gitKoen Kooi5
All the local patches were applied upstream, so let's build straight from git to make that clear Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-14rxvt-unicode: Fix SRC_URI & LIC_FILES ChecksumSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14gettext_0.18.1.1.bb: Fix build on uclibcKhem Raj2
Use libc-uclibc override to seprate out uclibc bits instead of using TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettextKhem Raj1
So multiple provider problem can be reolved amicably Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14clutter-box2d_git: Switch SRC_URI to git.gnome.orgSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14json-glib: Fix up SRC_URI ChecksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14import recipe_sanity.bbclass from oe masterPhil Blundell1
This is a verbatim copy of the corresponding class from oe master. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-14uclibc: fix compile error on i586Phil Blundell2
Without this you get: | libc/sysdeps/linux/common/epoll.c: In function '__libc_epoll_pwait': | libc/sysdeps/linux/common/epoll.c:71:80: error: memory input 7 is not directly addressable | libc/sysdeps/linux/common/epoll.c:75:86: error: memory input 7 is not directly addressable | make: *** [libc/sysdeps/linux/common/epoll.o] Error 1 Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-14ghostscript: update SRC_URIKang Kai1
Build ghostscript-native fails on a i686 machine because it can't get the source objarch.h and soobjarch.h, and .h files are not needed for native package, so update the SRC_URI to fix it. Signed-off-by: Kang Kai <kai.kang@windriver.com> Removed the do_configure_prepend and folded into the target do_configure since the native was picking it up for the do_configure_virtclass/native() and then failing on i686. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14git: restore the dependency on perl-nativeDexuan Cui2
[YOCTO #1155] I thought git-native could depend on perl-native-runtime and tests on Ubuntu 9.04/10.10 and Fedora 13 show it could buid fine (looks these distros install perl-ExtUtils-MakeMaker by default). However Joshua reported on Fedora 15 i686 host, git-native can't build unless he manually installed perl-ExtUtils-MakeMaker to the host. This makes me think we may as well make git-native depend on perl-native. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14linux-yocto: rename recipes to explicitly indicate versionBruce Ashfield2
The existing recipe names for the linux-yocto kernel builds worked well when there was a single, or two versions of the kernel available. But with the impending kernel updates and retirement of older kernels, the re-use of the same recipes for different kernel versions violates the principle of least surprise. To address this, the recipes are being renamed as follows: linux-yocto_git.bb -> linux-yocto_2.6.37.bb linux-yocto-stable_git.bb -> linux-yocto_2.6.34.bb There continue to be versionless recipe names that feed into versioned recipes at the appropriate points. They are: linux-yocto-dev.bb (tracking the latest yocto dev kernel) linux-yocto-korg_head.bb (tracking korg kernels) There are no existing users of linux-yocto-stable in the master branches to convert to the new naming, so these changes work in isolation. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-14uclibc: remove PACKAGE_ARCHPhil Blundell1
There is no good reason for uclibc to be machine specific. Remove local assignment to PACKAGE_ARCH so that it gets the default target architecture and bump PR for that change. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html Signed-off-by: Phil Blundell <philb@gnu.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14uclibc: remove redundant python codePhil Blundell1
This chunk of python code has been around for a while (witness the comment about gcc 3.4.0) and predates the availability of COMPATIBLE_HOST. Rewrite it using a more modern idiom. Signed-off-by: Phil Blundell <philb@gnu.org> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14uclibc: Cleanup the machine dependent config filesKhem Raj10
We only have arch specific machine fragments now. Introduce use of KCONFIG_ALLCONFIG and use allnoconfig Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14perl-native: fix download urlAnders Darander1
Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-06-14autoconf/automake: Bump PR to resolve perl-native issueSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
screen: remove the duplicate info tcf-agent: update MANUAL_CHECK_DATE gnome-doc-utils startup-notification util-macros liberation-fonts resourceproto dri2proto glproto inputproto pixman libxext libxi xcb-util Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libxi: upgrade from 1.4.2 to the latest version 1.4.3Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libxext: upgrade from 1.2.0 to the latest version 1.3.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14pixman: upgrade from 0.20.2 to the latest stable 0.22.0Dexuan Cui1
Update LIC_FILES_CHKSUM: 1) COPYING: only format change; no actual license change. 2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14inputproto: upgrade from 2.0.1 to the latest version 2.0.2Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14glproto: upgrade from 1.4.12 to the latest version 1.4.13Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14dri2proto: upgrade from 2.3 to the latest version 2.4Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>