aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2011-11-01coreutils: Add missing PR bumpRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01lib/oe/terminal: add support for XFCE's terminal emulatorJoshua Lock
That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This could get interesting! Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01distro_tracking_fields.inc: standardize date formatScott Garman
Convert date formats to strftime format %b %d, %Y (e.g, Jan 01, 1970) Note: dates posted as MM/YYYY (without day info) were converted to become the first of the month. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-11-01connman: add xtables_version to fix xtables API changeDongxiao Xu
After upgrade iptables to a newer version, some of its API are changed. Therefore we add related fixes to the current connman. Currently we don't upgrade connman since kernel.org still doesn't work and we could not fetch the newer sources. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-11-01iptables: upgrade to version 1.4.12.1Dongxiao Xu
Change do_configure_prepend() since some m4 file is needed when doing configuration. Define correct FILE for iptables and iptables-dbg packages. License checksum changed (not essential part), and the license is still GPLv2. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-11-01bitbake.conf: drop STAGING_PYDIRMartin Jansa
* seems unused in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31distro_tracking: polkit, libsndfile, etcDongxiao Xu
polkit libsndfile1 neon netbase libogg telepathy-idle telepathy-glib telepathy-mission-control iptables Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31telepathy-mission-control: Upgrade to version 5.9.3Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31telepathy-glib: upgrade to version 0.16.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31telepathy-idle: upgrade to version 0.1.10Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31libogg: upgrade to version 1.3.0Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31netbase: upgrade to version 4.46Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31neon: upgrade to version 0.29.6Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31libsndfile1: upgrade to version 1.0.25Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31polkit: upgrade to latest 0.102Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31wget: Remove pointless codeRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31distro_tracking_fields: update packages tracking fieldsWenzong Fan
Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2011-10-31e2fsprogs: move mke2fs.conf to e2fsprogs-mke2fs packagePaul Eggleton
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>
2011-10-31util-linux: split out mkfs into its own packagePaul Eggleton
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>
2011-10-31dbus: remove unused initscriptPaul Eggleton
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>
2011-10-31libproxy: fix QA Packaging issuesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31libatomics-ops: fix QA Packaging issuesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31mdadm: fix QA Packaging issuesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31man: fix QA Packaging issuesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31at: fix QA Packaging issuesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31dbus-glib: fix QA Packaging issuesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31wget: Add recipe from OESaul Wold
Needed to support building oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31Add new strace-graph package to avoid making perl a dependecy for all of straceMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31python-dir: change PYTHON_BASEVERSION to 2.7Martin Jansa
* 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>
2011-10-31recipes: bump PR after python upgradeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-31python-2.7.2: fix build issues when additional modules are linked against ↵Martin Jansa
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>
2011-10-31update python 2.7 manifestNitin A Kamble
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>
2011-10-31python: update generate-manifest for 2.7 version and regenerate itMartin Jansa
* it needs to be regenerated to actually package something Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-31python, python-native: upgrade from 2.6.6 to 2.7.2Nitin A Kamble
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>
2011-10-31clutter-gtk: add LIC_FILES_CHKSUM to include fileJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-31libcanberra: add new package for unpackaged filesJoshua Lock
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>
2011-10-31libxslt: Fix packaging of xsltConf.shJoshua Lock
xsltConf.sh is installed to libdir not bindir, fix pacakging. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-27Add readline as dependecy for gdb-cross-canadianMatthew McClintock
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>
2011-10-27Give coreutils a chance to build the df utilityJulian Pidancet
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>
2011-10-27openssh: upgrade to 5.9p1Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-27mtools: upgrade to 4.0.17Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-27grep: upgrade to 2.9Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-27sudo: upgrade to 1.8.3Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-27Add new util-linux-chkdupexe package to avoid making perl a dependecy for ↵Matthew McClintock
all of util-linux Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-25libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR ↵Martin Jansa
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>
2011-10-24gst-plugins-good: correctly handle gconf schemaJoshua Lock
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>
2011-10-24pulseaudio: inherit perlnativeKhem Raj
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>
2011-10-24oprofile: Update to 0.9.7 and convert cvs->gitSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-24texi2html: Added recipe from OESaul Wold
Needed to build oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-24default-providers: switch virtual/libgl from mesa-xlib to mesa-driMartin Jansa
* to match default virtual/xserver Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>