/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the author nor the names of its contributors may * be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL * THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * **************************************************************************** * History: * * 30.03.06 mifi First Version for Insight tutorial ****************************************************************************/ #ifndef __TYPEDEFS_H__ #define __TYPEDEFS_H__ /* * Some types to use Windows like source */ typedef char CHAR; /* 8-bit signed data */ typedef unsigned char BYTE; /* 8-bit unsigned data */ typedef unsigned short WORD; /* 16-bit unsigned data */ typedef long LONG; /* 32-bit signed data */ typedef unsigned long ULONG; /* 32-bit unsigned data */ typedef unsigned long DWORD; /* 32-bit unsigned data */ #endif /* !__TYPEDEFS_H_ */ /*** EOF ***/
Commit message (Collapse)AuthorAgeFilesLines
* libxml-parser-perl: inherit perlnativeDexuan Cui2011-06-142-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native changeDexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxml-simple-perl: fix EXTRA_PERLFLAGS due the the perlnative changeDexuan Cui2011-06-142-3/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* icon-naming-utils-native: inherit perlnativeDexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* runqemu: take TMPDIR from bitbakeAnders Darander2011-06-141-14/+10
| | | | | | | | 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>
* eglibc 2.12/2.13: Upgrade SRCREVKhem Raj2011-06-142-2/+2
| | | | | | | | | 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>
* libx11-diet: Fixed checksum and rebase patchSaul Wold2011-06-142-32/+44
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* update-alternatives-dpkg: Fix SRC_URI ChecksumSaul Wold2011-06-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman-gnome 0.5: build from gitKoen Kooi2011-06-145-4268/+4
| | | | | | 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>
* rxvt-unicode: Fix SRC_URI & LIC_FILES ChecksumSaul Wold2011-06-141-4/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gettext_0.18.1.1.bb: Fix build on uclibcKhem Raj2011-06-142-3/+25
| | | | | | | Use libc-uclibc override to seprate out uclibc bits instead of using TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettextKhem Raj2011-06-141-2/+2
| | | | | | So multiple provider problem can be reolved amicably Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clutter-box2d_git: Switch SRC_URI to git.gnome.orgSaul Wold2011-06-141-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* json-glib: Fix up SRC_URI ChecksumsSaul Wold2011-06-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* import recipe_sanity.bbclass from oe masterPhil Blundell2011-06-141-0/+179
| | | | | | This is a verbatim copy of the corresponding class from oe master. Signed-off-by: Phil Blundell <philb@gnu.org>
* uclibc: fix compile error on i586Phil Blundell2011-06-142-0/+26
| | | | | | | | | | | 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>
* ghostscript: update SRC_URIKang Kai2011-06-141-9/+10
| | | | | | | | | | | | | | 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>
* git: restore the dependency on perl-nativeDexuan Cui2011-06-142-4/+4
| | | | | | | | | | | | | | | [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>
* linux-yocto: rename recipes to explicitly indicate versionBruce Ashfield2011-06-142-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* uclibc: remove PACKAGE_ARCHPhil Blundell2011-06-141-3/+1
| | | | | | | | | | | | 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>
* uclibc: remove redundant python codePhil Blundell2011-06-141-11/+1
| | | | | | | | | | 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>
* uclibc: Cleanup the machine dependent config filesKhem Raj2011-06-1410-188/+17
| | | | | | | 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>
* perl-native: fix download urlAnders Darander2011-06-141-1/+1
| | | | Signed-off-by: Anders Darander <anders@chargestorm.se>
* autoconf/automake: Bump PR to resolve perl-native issueSaul Wold2011-06-142-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields.inc: update the info for the following recipesDexuan Cui2011-06-141-59/+54
| | | | | | | | | | | | | | | | | | | 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>
* libxi: upgrade from 1.4.2 to the latest version 1.4.3Dexuan Cui2011-06-141-2/+4
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxext: upgrade from 1.2.0 to the latest version 1.3.0Dexuan Cui2011-06-141-3/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* pixman: upgrade from 0.20.2 to the latest stable 0.22.0Dexuan Cui2011-06-141-4/+4
| | | | | | | | 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>
* inputproto: upgrade from 2.0.1 to the latest version 2.0.2Dexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* glproto: upgrade from 1.4.12 to the latest version 1.4.13Dexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* dri2proto: upgrade from 2.3 to the latest version 2.4Dexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* resourceproto: upgrade from 1.1.1 to the latest version 1.2.0Dexuan Cui2011-06-141-3/+3
| | | | | | | Update LIC_FILES_CHKSUM due to the only change: + Copyright (c) 2002 XFree86 Inc Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* util-macros: upgrade from 1.13.0 to the latest version 0.14.0Dexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* startup-notification: upgrade from 0.10 to the latest version 0.12Dexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6Dexuan Cui2011-06-141-3/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* recipes: update Upstream-Status for multiple recipes' patchesDexuan Cui2011-06-142-2/+2
| | | | | | | lttng-ust gnome-doc-utils Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadianDexuan Cui2011-06-141-1/+1
| | | | | | | | | | [YOCTO #1163] For some test I need to back to use gcc-4.5, so I changed GCCVERSION and SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather than 4.5.1, would be built! Finally I made this patch to fix the issue. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* nativesdk.bbclass: Correct ordering of manipulationsRichard Purdie2011-06-131-16/+37
| | | | | | | | | | | | OVERDIDES is the key variable that needs to be set prior to data finalisation. The other variables should be manipulated after finalisation so any DEPENDS_prepend and _append are accounted for. This patch ensures this is the case. The PACKAGES maniupulations are not enabled at this time as they don't function 100% correctly yet. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-sdk-host: Add nativesdk to the task name so its clearer what the ↵Richard Purdie2011-06-134-3/+3
| | | | | | | | | contents of the task represent This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* initrdscripts: Inhibit compiler/libc dependencies as this is just a ↵Richard Purdie2011-06-131-0/+1
| | | | | | configuration file Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysvinit-inittab: Inhibit compiler/libc dependencies as this is just a ↵Richard Purdie2011-06-131-0/+2
| | | | | | configuration file Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* initscripts: makedevs is no longer used anywhere so drop dependency. Also ↵Richard Purdie2011-06-131-3/+3
| | | | | | inhibit compiler/libc dependencies as they're unused Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-feed-opkg: Disable default toolchain dependencies as these are just ↵Richard Purdie2011-06-131-0/+1
| | | | | | configuration files Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base-files: Inherit toolchain dependencies as a compiler isn't usedRichard Purdie2011-06-131-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* usbinit: Inherit allarch as its a generic scriptRichard Purdie2011-06-131-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* keymaps: Inhibit toolchain dependencies as its just configuration filesRichard Purdie2011-06-131-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* formfactor: Inhibit toolchain dependencies as its just config filesRichard Purdie2011-06-131-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pointercal: Inhibit toolchain dependencies as its just config filesRichard Purdie2011-06-131-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "gcc: rebase the patch to avoid patch rejection"Richard Purdie2011-06-10