summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-11-01Fix HOMEPAGE values in libzypp and sat-solver .bb filesRobert P. J. Day2
Fix obvious typoes in .bb files for libzypp and sat-solver packages, and update the HOMEPAGE for sat-solver to refer to the sat-solver home page itself, rather than the libzypp home page. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01util-macros: Drop unneeded dependenciesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01linux-libc-headers: remove older recipesBruce Ashfield2
The default libc-headers is v3.1 and building against the new headers but booting an older kernel has been shown to work. Older 2.6 based header builds can easily be reproduced, but having all the old recipe iterations available is not required. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01linux-libc-headers: provide 3.0.x and 3.1 headersBruce Ashfield4
Provide both a 3.0.x and a 3.1 set of headers to the toolchain. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version number of the kernel. Built and booted with 2.6.37.2, 3.0.8 and 3.1 linux-libc-headers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01udev: Split out consolekit and udev-aclHolger Hans Peter Freyther2
This can safe another megabyte on the tar.bz2 of the minimal image. udev-acl is linking to glibc which will pull in libglib, libgio, libgthread, libgmodule, libgobject. 2.0M 2011-07-02 01:57 after.tar.bz2 3.0M 2011-07-02 01:52 before.tar.bz2 Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2011-11-01udev: Fix the packaging of libgudevHolger Hans Peter Freyther2
Make the libgudev so go to the libgudev package, this is already fixed in meta-oe. Signed-off-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
2011-11-01linux-libc-headers: factor common code into linux-libc-headers.incBruce Ashfield3
Each time a new linux-libc-headers is created the same code is cloned. Placing the common functionality in the .inc file simplies each recipe and make maintenance easier. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01dbus: Ensure localstatedir is added to the packageRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01package.bbclass: Fix various problemsRichard Purdie1
Before this change: a) Ownership and permissions of files copied from packages to package-split could get lost during the copy process. This change ensures they are preserved. b) Ownership and permissions of directories could also get lost. Most of the complexity in this patch is addressing this problem ensuring newly created directories match the source ones being copied. c) There was no warning about directories being created but not shipped by any package. This patch fixes all of the above issues. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01dbus: Use $D not ${D} in the postinstallRichard Purdie1
We need to do this as we don't want bitbake to expand the variable but use the shell variable instead. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01package_ipk: There is no longer any need to force owners/groups to rootRichard Purdie2
Since the packaging process is run under pseudo, the default user is now root so there is no longer any need to hardcode this. Also take this opportunity to move the variable to package_ipk.bbclass since this is the only user of it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01gnome-doc-utils: Add missing glib-2.0 dependencyRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01coreutils: Add missing PR bumpRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01lib/oe/terminal: add support for XFCE's terminal emulatorJoshua Lock1
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 Garman1
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 Xu2
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 Xu1
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 Jansa1
* 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 Xu1
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 Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31telepathy-glib: upgrade to version 0.16.0Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31telepathy-idle: upgrade to version 0.1.10Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31libogg: upgrade to version 1.3.0Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31netbase: upgrade to version 4.46Dongxiao Xu12
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31neon: upgrade to version 0.29.6Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31libsndfile1: upgrade to version 1.0.25Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31polkit: upgrade to latest 0.102Dongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31wget: Remove pointless codeRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31documentation-audit.sh: script for auditing documentation build statusScott Garman1
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>
2011-10-31distro_tracking_fields: update packages tracking fieldsWenzong Fan1
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 Eggleton1
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 Eggleton1
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 Eggleton2
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-31abiword: convert to svnSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31libproxy: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31libatomics-ops: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31mdadm: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31man: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31at: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31dbus-glib: fix QA Packaging issuesSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31wget: Add recipe from OESaul Wold4
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 McClintock1
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 Jansa1
* 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 Jansa26
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 Jansa1
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 Kamble2
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 Jansa2
* 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 Kamble14
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 Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-31libcanberra: add new package for unpackaged filesJoshua Lock1
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>