summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-04-28python: add missing cytpes modulesSaul Wold2
Contributed by Martin Jansa via OE Fixes [YOCTO #1003] Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibcKhem Raj1
Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf functionality missing from uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28attr: Fix compilation on uclibcKhem Raj2
It needs -lintl added to LDFLAGS for uclibc inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28perl_5.12.2.bb: Undefine features not found in uclibcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28elfutils_0.148.bb: Fix compilation issues on uclibcKhem Raj2
* Add -luargp and -lintl to linker flags * __mempcpy is not there on uclibc so define it to mempcpy Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28libiconv: update from 1.9.2 -> 1.11.1Khem Raj4
1.11.1 was the last LGPLv2 release shared_preloadable_libiconv_linux.patch is needed to make libtool 2.4 happy Autoconf patch is similarly made to point m4 directory and update to newer autoconf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weakKhem Raj1
Distributions can then override this variable if needed useful e.g. when building uclibc/eglibc both using same tmpdir Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28distro_tracking_fields: cwautomacros, valgrind, etcDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28cwautomacros: upgrade to version 20110201Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28alsa-utils: upgrade to version 1.0.24.2Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28libsamplerate0: upgrade to version 0.1.7Dongxiao Xu2
Add libsamplerate-0.1.7-macro-quoting.patch to fix autoreconf issue Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28gst-fluendo-mpegdemux: upgrade to version 0.10.67Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28polkit: upgrade to version 0.101.Dongxiao Xu2
Derive introspection.patch from gobject to fix autoconf issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28libfm: Remove the flag of G_DISABLE_DEPRECATEDDongxiao Xu2
Latest glib-2.0 changes some macros and function definitions to be deprecated. However libfm still uses them. Therefore the flag G_DISABLE_DEPRECATED should be removed in libfm's Makefile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28glib-2.0: upgrade to version 2.28.6Dongxiao Xu6
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28libsndfile1: upgrade to version 1.0.24Dongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28gupnp-av: upgrade to version 0.8.0Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28bluez-hcidump: upgrade to version 2.0Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28valgrind: upgrade to version 3.6.1Dongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28rxvt-unicode: upgrade to version 9.10Dongxiao Xu9
Remove some patches since some logic doesn't exist in upstream. This upgrades fixes CVE: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126 Also it fixes [Yocto #980] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28cpio-2.8 (GPLv2) bug fixNitin A Kamble2
This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-28tar-1.17 (GPLv2) bugfixNitin A Kamble2
This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-28web: update svn to 131 to fix build issueSaul Wold1
Fixes [YOCTO #974] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28gdb: set --without-ust for EXTRA_OEFLAGSSaul Wold1
Disable using UST since there are some compiler errors with the newer version of lttng-ust 0.12, there may be other unknow problems, so wait for upstream fixes. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28perl: upgrade from 5.12.2 to 5.12.3Nitin A Kamble69
And changed the perl tarball URL to more stable cpan location. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-28gcc: Add recipes for 4.6.0Khem Raj51
This is initial set of patches for testing them out The patches need documentation is pending Some patches especially uclibc related are not needed they must be dropped. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-26quilt: fix test for target buildQing He2
fixes [YOCTO #969] Signed-off-by: Qing He <qing.he@intel.com>
2011-04-26sat-solver: fix arch=all packagesQing He2
add a new options to set noarch archs as all so platform independent packages can be recognized and installed. fixes [YOCTO #993] Signed-off-by: Qing He <qing.he@intel.com>
2011-04-24task-base: allow distribution to define apm providerMartin Jansa1
* use VIRTUAL-RUNTIME_apm instead of apm directly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-24librsvg 2.32.1: fix postinst scriptKoen Kooi1
The symptom: root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst g_module_open() failed for /home/root/--update-cache: /home/root/--update-cache.so: cannot open shared object file: No such file or directory root@pandaboard-core:~# the gdk-pixbuf-query-loaders app doesn't support arguments, only .so names, so remove --update-cache Also being fixed: * loader libdir * redirect output to /etc/gtk-2.0/gdk-pixbuf.loaders Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22pcmciautils: Upgrade 017 -> 018Khem Raj5
version workaround is done in recipe itself by adding PV to CFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-22lsbsetup: add some workaround for LSB testsKang Kai2
Add some workaround for LSB libstdcpp and tcl tests. Recreate locales for libstdcpp test, and resolve localhost is for tcl test [Yocto 898] Bump PR, update LICENSE information and installed file mode Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-04-22qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helperSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22distro_tracking: recipe information updateNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22libxml-parser-perl: upgrade from 2.36 to 2.40Nitin A Kamble2
2011-04-22cpan.bbclass: export PERLHOSTLIB for perl modulesNitin A Kamble1
This makes sure that native perl .so can get loaded at the buildtime, and avoids following kind of errors while building perl modules: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/04/20 + perl Makefile.PL EXPATLIBPATH=/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib EXPATINCPATH=/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/include *** Module name IN: /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/Cwd.pm *** Module name OUT: /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/Cwd.pm *** Module name IN: /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/Fcntl.pm *** Module name OUT: /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/Fcntl.pm Can't load '/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/auto/Fcntl/Fcntl.so' for module Fcntl: /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/auto/Fcntl/Fcntl.so: wrong ELF class: ELFCLASS32 at /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/XSLoader.pm line 79. at /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/Fcntl.pm line 215 BEGIN failed--compilation aborted at /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/Fcntl.pm line 216. Compilation failed in require at /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/File/Temp.pm line 146. BEGIN failed--compilation aborted at /disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/File/Temp.pm line 146. Compilation failed in require at inc/Devel/CheckLib.pm line 12. BEGIN failed--compilation aborted at inc/Devel/CheckLib.pm line 12. Compilation failed in require at Makefile.PL line 5. BEGIN failed--compilation aborted at Makefile.PL line 5. ERROR: Function 'do_configure' failed (see /disk0/pokybuild/build0/tmp/work/i586-poky-linux/libxml-parser-perl-2.40-r0/temp/log.do_configure.16956 for further information) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22perl-5.12.2: use of PERLHOSTLIB var fixNitin A Kamble57
PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl module. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22python-pycairo: fix installation path of __init__.pyNitin A Kamble1
This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22git: upgrade from 1.7.3.4 to 1.7.4.3Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22python-gst: upgrade from 0.10.19 to 0.10.21Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22mpfr: upgrade from 3.0.0 to 3.0.1Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22ofono: add bluez4 to DEPENDS listSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22linux-tools.inc: turn off newt and dwarf for perfTom Zanussi1
Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-22puzzles: Upgrade to svn r9151 (from r9084)Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-22distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARMDexuan Cui4
lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22lttng-ust: upgrade from 0.11 to the latest version 0.12Dexuan Cui3
Updated LIC_FILES_CHKSUM as a new Copyright holder was added. Removed the patch since 0.12 has integrated that. Added arm into COMPATIBLE_HOST as 0.12 can build on arm now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22liburcu: upgrade from 0.5.2 to 0.5.4Dexuan Cui1
Add arm into COMPATIBLE_HOST since liburcu started to support pre-ARMv7 from 0.5.3 on. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>