summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* telepathy-glib: upgrade to version 0.16.0Dongxiao Xu2011-10-311-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* telepathy-idle: upgrade to version 0.1.10Dongxiao Xu2011-10-311-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libogg: upgrade to version 1.3.0Dongxiao Xu2011-10-311-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* netbase: upgrade to version 4.46Dongxiao Xu2011-10-3112-3/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* neon: upgrade to version 0.29.6Dongxiao Xu2011-10-312-3/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libsndfile1: upgrade to version 1.0.25Dongxiao Xu2011-10-311-3/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* polkit: upgrade to latest 0.102Dongxiao Xu2011-10-313-4/+4
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wget: Remove pointless codeRichard Purdie2011-10-311-4/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation-audit.sh: script for auditing documentation build statusScott Garman2011-10-311-0/+92
| | | | | | | | | | | | | | | This script is used to enumerate which recipes are building documentation. It does this by checking that a -doc package gets generated and contains files. The script works by building each recipe using the output from bitbake -s. It will generate several report files, listing which recipes include documentation, which are missing documentation, and which did not successfully build at all. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking_fields: update packages tracking fieldsWenzong Fan2011-10-311-0/+12
| | | | | | Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
* e2fsprogs: move mke2fs.conf to e2fsprogs-mke2fs packagePaul Eggleton2011-10-311-2/+2
| | | | | | | mke2fs.conf, which contains defaults for filesystem formatting options, ought to be shipped along with mke2fs itself. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* util-linux: split out mkfs into its own packagePaul Eggleton2011-10-311-2/+3
| | | | | | | | | | | | For those external tools such as Webmin that call mkfs to do formatting operations, it is useful to have it in its own package to avoid dragging in the rest of util-linux. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> [Merged with head] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dbus: remove unused initscriptPaul Eggleton2011-10-312-0/+6
| | | | | | | We already install an appropriate init script to /etc/init.d, we do not need an additional one in /etc/init.d/rc.d as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* abiword: convert to svnSaul Wold2011-10-313-12/+12
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libproxy: fix QA Packaging issuesSaul Wold2011-10-311-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libatomics-ops: fix QA Packaging issuesSaul Wold2011-10-311-1/+5
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mdadm: fix QA Packaging issuesSaul Wold2011-10-311-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* man: fix QA Packaging issuesSaul Wold2011-10-311-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* at: fix QA Packaging issuesSaul Wold2011-10-311-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dbus-glib: fix QA Packaging issuesSaul Wold2011-10-312-2/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wget: Add recipe from OESaul Wold2011-10-314-0/+360
| | | | | | Needed to support building oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Add new strace-graph package to avoid making perl a dependecy for all of straceMatthew McClintock2011-10-311-1/+3
| | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python-dir: change PYTHON_BASEVERSION to 2.7Martin Jansa2011-10-311-1/+1
| | | | | | | | * it's also defined here conf/distro/include/default-versions.inc, so maybe it could be dropped * and similar variable is recipes-devtools/python/python.inc:PYTHON_MAJMIN = "2.7" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR after python upgradeMartin Jansa2011-10-3126-21/+29
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-2.7.2: fix build issues when additional modules are linked against ↵Martin Jansa2011-10-311-0/+1
| | | | | | | | | host or native libpython instead of target * -L. is needed to find right libpython * -L${STAGING_LIBDIR} is needed ie for python-zlib to find right zlib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* update python 2.7 manifestNitin A Kamble2011-10-312-2/+4
| | | | | | | | | script: add needed files into the python-core package regenerate python-2.7-manifest.inc file with newer script Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python: update generate-manifest for 2.7 version and regenerate itMartin Jansa2011-10-312-63/+63
| | | | | | * it needs to be regenerated to actually package something Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python, python-native: upgrade from 2.6.6 to 2.7.2Nitin A Kamble2011-10-3114-454/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | Rebased these patches to the newer code modified: python-native/nohostlibs.patch modified: python/01-use-proper-tools-for-cross-build.patch modified: python/06-avoid_usr_lib_termcap_path_in_linking.patch modified: python/06-ctypes-libffi-fix-configure.patch modified: python/multilib.patch Deleted these patches are the are now upstream deleted: python/02-remove-test-for-cross.patch deleted: python/security_issue_2254_fix.patch Added this patch to python-native new file: python-native/multilib.patch Updated site config file for python modified: ../../site/common-linux : add ac_cv_have_long_long_format for python avoid this error in python: Include/pyport.h:243:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG" Updated default python version modified: ../../conf/distro/include/default-versions.inc Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* clutter-gtk: add LIC_FILES_CHKSUM to include fileJoshua Lock2011-10-311-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libcanberra: add new package for unpackaged filesJoshua Lock2011-10-311-2/+9
| | | | | | | Create an extra package, libcanberra-gnome, for gdm and gnome-settings-daemon files installed by libcanberra. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libxslt: Fix packaging of xsltConf.shJoshua Lock2011-10-311-2/+2
| | | | | | xsltConf.sh is installed to libdir not bindir, fix pacakging. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Add readline as dependecy for gdb-cross-canadianMatthew McClintock2011-10-272-2/+2
| | | | | | | | Got errors that we were unable to find -lreadline, this fixed the issue Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Give coreutils a chance to build the df utilityJulian Pidancet2011-10-273-1/+7
| | | | | | | | | | | | | | The coreutils configure script is unable determine how to get free space from the Operating System when cross-compiling. This changes caches the result of the "statfs2_bsize" test for the coreutils configure script. Both glibc and uclibc defines statfs as a two-argument function and uses a struct statfs containing a f_bsize field. That's why the fu_cv_sys_stat_statfs2_bsize variable has to be defined for both libcs. Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: upgrade to 5.9p1Scott Garman2011-10-276-2/+2
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* mtools: upgrade to 4.0.17Scott Garman2011-10-271-2/+2
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* grep: upgrade to 2.9Scott Garman2011-10-271-2/+2
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* sudo: upgrade to 1.8.3Scott Garman2011-10-271-3/+3
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* Add new util-linux-chkdupexe package to avoid making perl a dependecy for ↵Matthew McClintock2011-10-272-3/+6
| | | | | | | all of util-linux Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR ↵Martin Jansa2011-10-255-4/+6
| | | | | | | | | to rebuild after perl upgrade * this isn't probably complete list.. just what failed here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: correctly handle gconf schemaJoshua Lock2011-10-241-2/+4
| | | | | | | | Add the shipped gconf schema to the gconfelements package and inherit the gconf class so that schema processing is handled via post* scripts. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: inherit perlnativeKhem Raj2011-10-241-3/+3
| | | | | | | | | | | manpage generatition uses xmltoman utility which inturn uses xml-parser. So we add libxml-parser-perl-native to DEPENDS and also inherit perlnative so it does not use the one from build host Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oprofile: Update to 0.9.7 and convert cvs->gitSaul Wold2011-10-244-37/+26
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* texi2html: Added recipe from OESaul Wold2011-10-241-0/+14
| | | | | | Needed to build oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
* default-providers: switch virtual/libgl from mesa-xlib to mesa-driMartin Jansa2011-10-241-1/+1
| | | | | | * to match default virtual/xserver Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* coreutils: Upgrade recipe 8.12 -> 8.14Khem Raj2011-10-243-14/+18
| | | | | | | | Change in site files is needed since in cross build envrionment the test to check for gl_cv_func_fstatat_zero_flag is a runtime test Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.6: Backport fix for PR32219Khem Raj2011-10-242-1/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is needed for gold to work. Otherwise connman fails to build since it used hidden weak symbols. See http://gcc.gnu.org/bugzilla/PR32219 http://www.cygwin.com/ml/binutils/2008-02/msg00239.html The fix proposed to gcc had reviews which were not addressed hence the patch is not yet applied to gcc upstream. connman can also have workaround by changing the visibility of these symbols to be default __attribute__ ((weak, visibility("hidden"))) to __attribute__ ((weak, visibility("default"))) in include/plugin.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xorg: Add mesa-dri to depends instead of virtual/libglKhem Raj2011-10-241-1/+1
| | | | | | | | | | | | | | | | | Fixes the compile problems e.g. | checking for GL... yes | checking for DRIPROTO... yes | checking for DRI... no | configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were not met: | | No package 'dri' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* subversion-1.6.15: add native support tooMartin Jansa2011-10-241-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apr-util: add native supportMartin Jansa2011-10-241-0/+8
| | | | | | | | | * needed for native subversion * do_configure_append_virtclass-native is needed, because apr_builddir points to /OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/build-1 and we're not installing libtool from apr there Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* neon: add native supportMartin Jansa2011-10-241-0/+3
| | | | | | * needed for native subversion Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>