aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-30Merge branch '2011.03-maintenance' of ↵Tom Rini
git://arago-project.org/git/people/denix/openembedded into 2011.03-maintenance Conflicts: recipes/opkg-utils/opkg-utils_git.bb I had taken a commit that updated opkg-utils slightly, but not enough. Denys' commit brings everything back into line. Signed-off-by: Tom Rini <trini@ti.com>
2012-07-24opkg-utils: bump SRCREV to pick up subprocess.check_output fixesDenys Dmytriyenko
There were few breakages related to subprocess.check_output() with Python versions prior to 2.7 (although I had them even with 2.7.3), most notably in opkg-make-index: Log data follows: | + do_package_update_index_ipk | + set -x | + ipkgarchs='all any noarch arm armv4 armv4t armv5te armv6 armv7 armv7a am37x-evm' | + '[' '!' -z '' ']' | + mkdir -p /OE/deploy/glibc/ipk | + touch /OE/deploy/glibc/ipk/Packages | + opkg-make-index -r /OE/deploy/glibc/ipk/Packages -p /OE/deploy/glibc/ipk/Packages -l /OE/deploy/glibc/ipk/Packages.filelist -m /OE/deploy/glibc/ipk | Traceback (most recent call last): | File "/OE/sysroots/x86_64-linux/usr/bin/opkg-make-index", line 189, in <module> | rc = subprocess.check_output(gzip_cmd, shell=True) | AttributeError: 'module' object has no attribute 'check_output' NOTE: package my-image-1.0-r0: task do_package_update_index_ipk: Failed The following fixes are required: http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/commit/?id=423ecd36b4782327c16f516885d1248249c7724a http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/commit/?id=49cc783d8e0415059d126ae22c892988717ffda7 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-07-13opkg-utils: bump SRCREV to keep python2.6 compatibilityApelete Seketeli
Fix an issue where opkg-utils was using a method that requires at least python2.7, causing compatibility issues on hosts that are still using python2.6. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-13git: update SRC_URIApelete Seketeli
Update SRC_URI to fetch git from one of the KERNELORG_MIRROR addresses instead of relying on a single kernel mirror. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-12tzdata: update SRC_URIApelete Seketeli
Update the SRC_URI of tzdata.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-12tzcode: update SRC_URIApelete Seketeli
Update the SRC_URI of tzcode-native.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11netsurf: update SRC_URIApelete Seketeli
Update the SRC_URI of the following recipes, since the NetSurf project has moved the download repository of its source packages: - hubbub_0.0.2.bb - libcss_0.0.2.bb - libnsbmp_0.0.2.bb - libnsgif_0.0.2.bb - libparserutils_0.0.2.bb - libwapcaplet_0.0.2.bb - netsurf_2.6.bb Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11bluez4_4.84: update checksum valuesApelete Seketeli
Update the md5 and sha256 checksum values reported in bluez4_4.84.bb to actually match the ones of the source package. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11libpng: update SRC_URIApelete Seketeli
Update the SRC_URI of libpng.inc since the libpng-1.2.44 source package has been moved to another directory on ftp.simplesystems.org. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11mirrors.bbclass: add new KERNELORG_MIRRORApelete Seketeli
Add http://mirror.sit.wisc.edu/pub as a new KERNELORG_MIRROR because the libpam_1.1.1 source package could not be found on any of the defined kernel.org mirrors. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11mirrors.bbclass: add new GNU_MIRRORApelete Seketeli
Add ftp://mirrors.usc.edu/pub/gnu as a new GNU_MIRROR because the binutils_2.21 source package could not be found on any of the defined GNU mirrors. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04psplash: convert from svn.o-hand.com to git.yoctoproject.orgApelete Seketeli
Convert all psplash recipes from svn.o-hand.com to git.yoctoproject.org since svn.o-hand.com seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04echinus_0.4.3.2: update SRC_URIApelete Seketeli
Update the SRC_URI of echinus_0.4.3.2.bb since the source tarball has been moved to a different directory on the source repository. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04xcursor-transparent-theme_0.1.1: update SRC_URIApelete Seketeli
This patch updates the SRC_URI of xcursor-transparent-theme_0.1.1.bb to projects.o-hand.com since the matchbox-project.org repository seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04openssl_1.0.0e: fix build issue for hosts without ipv6Apelete Seketeli
This patch fixes an issue where some ipv6 code was injected into the bss_dgram.c regardless of the ipv6 availability of the host. The code is now injected only if the host is ipv6 enabled. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04gtk+: Add no-test-inline-pixbufs.patch to gtk+-2.20.1Apelete Seketeli
This patch adds a patch to the gtk+-2.20.1 recipe that removes the need to build test-inline-pixbufs.h in the demos/Makefile.am file of the gtk+-2.20.1 upstream package. It also removes all the demo programs that were dependant on test-inline-pixbufs.h from demos/Makefile.am. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04gtk+: Rebase gtk+-2.20.1/no-demos.patchApelete Seketeli
This patch rebases the recipes/gtk+/gtk+-2.20.1/no-demos.patch file against the version of the files of gtk+-2.20.1. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04bluez4_4.42: update checksum valuesApelete Seketeli
This patch updates the md5 and sha256 checksum values reported in recipes/bluez/bluez4_4.42.bb to match the ones of the source package actually. This commit is the result of rebasing my patch a2a3f3 from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04task-muffinman: remove phoneme-advanced-foundationApelete Seketeli
This patch remove phoneme-advanced-foundation from the task-muffinman.bb recipe, since it is no longer supported. This commit is the result of rebasing my patch 93984e from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04udev: update SRC_URI of multiple recipesApelete Seketeli
This patch updates the SRC_URI of udev_151.bb, udev_154.bb, udev_162.bb and udev_165.bb recipes to www.mirrorservice.org because the corresponding source package is no longer available at kernel.org This commit is the result of rebasing my patch 206155 from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04udev/attr_2.4.44: update recipe SRC_URIApelete Seketeli
This updates the SRC_URI of the attr_2.4.44.bb recipe since mirrors.its.uidaho.edu seems down. Fetch attr package from download.savannah.gnu.org from now on. This commit is the result of rebasing my patch ba7351 from master. Signed-off-by: Apelete Sekteli <apelete@seketeli.net>
2012-07-04udev/acl_2.2.49: update recipe SRC_URIApelete Seketeli
This updates the SRC_URI of the acl_2.2.49.bb recipe since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on. This commit is the result of rebasing my patch 6162ae from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04libecj-bootstrap_3.6.1: Update SRC_URI to archive.eclipse.orgApelete Seketeli
This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org seems to be down. This commit is the result of rebasing my patch f5ea9a from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012-07-04util-linux-ng: update SRC_URI to kernel.org valid URIApelete Seketeli
This updates SRC_URI as the former kernel.org URI was no longer valid. This commit is the result of rebasing my patch 8007a4 from master. Signed-off-by: Apelete Seketeli <apelete@seleteli.net> Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012-07-04opkg-utils: rebase on oe-core recipeApelete Seketeli
This patch updates SRC_URI as the svn.openmoko.org repository is now down. The changes of this patch were picked from oe-core and brought over. This is the result of rebasing my patch 1ff63aa from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012-06-19classes/mirrors.bbclass: update debian snapshot mirror urlKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-06-19qt4-x11-free_4.5.2.bb: Fix build breakKhem Raj
It does not compile with gcc 4.3+ without this patch. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-06-19openssl-1.x.x: Backport patches from OE-CoreKhem Raj
These patches are needed for getting 2011.03 branch building on ubuntu 12.04 LTS Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-05-21time: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21python-pygtk: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21python-pygobject: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21python-pycairo: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL/MPL to LGPLv2.1 and MPL-1.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libnfnetlink: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21neon: Update LICENSE field version to LGPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libmusicbrainz: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libmikmod: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libglade: Update LICENSE field version to LGPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 and LGPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libdiscid: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libdaemon: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libart-lgpl: Update LICENSE field version to LGPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21intltool: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21gtk-doc: Update LICENSE field version to LGPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21gnome-mime-data: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 and GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21cups: Update LICENSE field version to GPLv2 and LGPLv2Chase Maupin
* Updated LICENSE field version from generic GPL/LGPL to GPLv2 and LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21gnome-common: Update LICENSE field version to GPLv3Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv3 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21wireless-tools: Update LICENSE field version to GPLv2 and LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 and LGPLv2.1 or MPL-1.1 or BSD to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21shared-mime-info: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on source inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21pango: Update LICENSE field version to LGPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21orbit2: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. * Update submitted to oe-core as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21nfs-utils: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>