summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2012-01-03texinfo: fix gettext patchSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03puzzles: fixed SRC_URI ChecksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03elfutils: fix for dso link change in recent ldChristopher Larson2
This patch makes the link to the dependencies of libdw explicit, as recent ld no longer implicitly links them. See http://lists.fedoraproject.org/pipermail/devel/2010-March/133601.html as a similar example of the error message you can encounter without this patch, and https://fedoraproject.org/wiki/UnderstandingDSOLinkChange and https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking for more details. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-01-03rpm2cpio.sh: make compression tests case-insensitiveTom Zanussi1
In the rpm2cpio.sh script, the output of $COMPRESSION is tested for certain lowercase strings such as 'xz' in order to determine the decompression to use. The problem is that the output strings tested are from the output of 'file', which uses different cases in different versions e.g. file-5.09 prints: tmp/sysroots/x86_64-linux/usr/bin$ ./file xxx.tar.xz: XZ compressed data while file-5.03 prints: tmp/sysroots/x86_64-linux/usr/bin$ ./file xxx.tar.xz: xz compressed data In the former, the XZ string causes xz compressed payloads to incorrectly fall through to the catch-all lzma case. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-03libassuan: Upgrade to 2.0.3Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2012-01-03apr-util: Upgrade to 1.4.1Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2012-01-03lighttpd: Upgrade to 1.4.30Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2012-01-03distro_tracking_fields.inc: update the infoDexuan Cui1
They are mdadm liburcu lttng-ust lttng-control inputproto libpciaccess util-macros libxi libx11 libx11-trim libx11-diet xkeyboard-config Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03util-macros: upgrade from 1.15.0 to the latest 1.16.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03libpciaccess: upgrade from 0.12.1 to 0.12.902Dexuan Cui2
According to http://cgit.freedesktop.org/xorg/lib/libpciaccess/log/, 0.12.902 does fix some bugs, so let's upgrade to it. Moreover, I pulled a patch from upstream git repo. I also updated the COPYING's chksum since there is a minor change to the Copyright header. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03lttng-ust: upgrade from 0.15 to the latest 0.16Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03liburcu: upgrade from 0.6.4 to the latest 0.6.7Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03mdadm: upgrade to the latest version 3.2.3Dexuan Cui2
deleted 1 patch since it's in new version now. made LICENSE field more accurate. updated chksum of COPYING: only working change; no actual license change. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03buildhistory: improve git commit robustnessPaul Eggleton1
* Check if BUILDHISTORY_DIR exists before doing anything with it, in case no tasks that would have created it have executed * Ensure the git repo in BUILDHISTORY_DIR is initialised with "git init" before attempting to do anything with it * Check if any files have been added or changed before adding and committing, to avoid an error from "git commit" Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-03distro_tracking_fields: update the info for this round of package upgradeShane Wang1
The update includes: - update the info for linux-firware, quota, watchdog, hdparm, libomxil, oprofileui, puzzles, and matchbox-wm-2 - add one more recipe info for stat, which is depended by hdparm - correct the wrong info for connman-gnome, which is updated by last manual check in error. Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03puzzles: upgrade to r9375.Shane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03watchdog: upgrade to 5.11Shane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03quota: upgrade to 4.00Shane Wang1
The license change in rquota_server.c is the following two lines have been removed: 11a12,13 > * Version: $Id: rquota_server.c,v 1.22 2010/01/05 16:04:57 jkar8572 Exp $ > * Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869Shane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516eShane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03libomxil: upgrade to 0.9.3Shane Wang5
This patch is to upgrade libomxil from 0.3.3 to 0.9.3. The following is the licence change: 2c2 < @file src/omxcore.h --- > src/omxcore.h 4c4 < OpenMax Integration Layer Core. This library implements the OpenMAX core --- > OpenMAX Integration Layer Core. This library implements the OpenMAX core 7c7,8 < Copyright (C) 2007 STMicroelectronics and Nokia --- > Copyright (C) 2007-2009 STMicroelectronics > Copyright (C) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 24,26d24 < $Date: 2007-05-22 16:48:41 +0200 (Tue, 22 May 2007) $ < Revision $Rev: 239 $ < Author $Author: gsent $ 34d31 < 36d32 Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3Shane Wang3
This patch removed two patches because those are there in the upstream. Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03distro_tracking_fields: update the info for recipe upgrade.Shane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03procps: raise update-alternatives priorityKoen Kooi1
This fixes a problem with the uptime utility: root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime 16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05 root@beagleboneA3-0088:/var/lib/cloud9# uptime.procps 16:00:22 up 2 days, 6:46, 1 user, load average: 0.14, 0.05, 0.06 root@beagleboneA3-0088:/var/lib/cloud9# uptime.coreutils 16:00pm up 4382 days 15:58, 1 user, load average: 0.13, 0.05, 0.05 root@beagleboneA3-0088:/var/lib/cloud9# ls /usr/bin/uptime -la lrwxrwxrwx 1 root root 16 Dec 26 08:56 /usr/bin/uptime -> uptime.coreutils Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-03systemtap: fix configure with automake 1.11.2Nitin A Kamble2
automake version 1.11.2 has made use of dir variables more strict. The pkglibexec var can not have SCRIPTS suffix. Using pkgdata instead. Fixes this error: | Makefile.am:25: `pkglibexecdir' is not a legitimate directory for `SCRIPTS' | autoreconf: automake failed with exit status: 1 | ERROR: autoreconf execution failed. NOTE: package systemtap-1.6+git1+820f2d22fc47fad6e09ba886efb9b91e1247cb39-r0: task do_configure: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03avahi-ui: fix build with automake-1.11.2Nitin A Kamble1
With automake 1.11.2 /usr/lib/<pkgname> files are moved to /usr/share/<pkgname> Fix the rmdir in do_install which expect /usr/lib/avahi to exist. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03gcc: mark upstream status for all patchesNitin A Kamble4
Some patches were missing Upstream-Status informantion, this commit adds that in those patches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03perl: mark upstream status for all patchesNitin A Kamble40
All the patches imported from debian source packages are marked accordingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03misc patches: fix patch headersNitin A Kamble10
These patches were marked by "UpstreamStatus:" line, fix it to use "Upstream-Status:" instead. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03avahi: fix configure with automake 1.11.2Nitin A Kamble2
automake version 1.11.2 has made use of dir variables more strict. use of pkglibdir with DATA var results in automake errors. This commits uses pkgdatadir var instead of pkglibdir to avoid the strict check errors. Fixes this error: service-type-database/Makefile.am:21: `pkglibdir' is not a legitimate directory for `DATA' autoreconf: automake failed with exit status: 1 ERROR: autoreconf execution failed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03jpeg: fix configure with automake 1.11.2Nitin A Kamble2
The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12 This avoids this error: | configure.ac:24: automatic de-ANSI-fication support is deprecated | autoreconf: automake failed with exit status: 1 | ERROR: autoreconf execution failed. NOTE: package jpeg-native-8c-r2: task do_configure: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03autotools.bbclass: fix cp error for empty dirNitin A Kamble1
the .../usr/share/aclocal is empty for build from scratch. so avoid cp error if the directory is empty. Fixes this error, which is thrown before pseudo is built: | cp: cannot stat `/builddisk/build/build0/tmp/sysroots/x86_64-linux/usr/share/aclocal/*': No such file or directory NOTE: package libtool-native-2.4.2-r0.0: task do_configure: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03rpm: fix build with automake-1.11.2Nitin A Kamble2
automake version 1.11.2 has made use of dir variables more strict. the use of pkglibdir with SCRIPTS & DATA vars results in automake errors. This commits uses pkgdatadir & pkgbindir vars instead of pkglibdir to avoid the strict check errors. This change also works with automake-1.11.1 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03byacc: upgrade from 20110908 to 20111219Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-03distro_tracking: Updated for Upgrades and Manual Check DatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03boost: Update to 1.48 and Clean upsSaul Wold3
There were 2 "BJAM_OPTS =" in the .bb and .inc, the .inc was being overwritten and the ICU dependency was not removed correctly. Do some clean-up including moving install_append into do_install directly. Finally the BJAM_EXTRAS += "threading=multi" was not setting set correctly, set it on the BUILD spec line Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03Add Upstream-Status to patchesSaul Wold44
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03rxvt-unicode: Update to 9.14Saul Wold4
COPYING file has been reformatted whites space changes Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03util-linux: Update to 2.20.1Saul Wold13
Add patch remove setting CC, LD and LDFLAGS on commandline since they are passed correctly via configure. Those setting also caused the configure information about -std=gnu99 from being passed correctly. Removed patch that was fixed upstream Added scanf configuration, since this is a cross-compile target check libuuid removed an API that e2fsprogs uuidd used (uuid__generate_*), thus we disable it in this patch and will now provide uuidd from util-linux. See http://sourceforge.net/projects/e2fsprogs/forums/forum/7053/topic/4639484 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03python: add md5module supportSaul Wold3
The internal md5 module is needed for using "waf" to install other python packages such as pycairo. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03dropbear: fix CRYPTLIB patchSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03libiconv: Update to 1.14Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03resolvconf: Update to 1.63Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)Andrei Gherzan3
Two different defconfigs are chosen, one for "with GPLv3 build" and one for "without". In this way, libgnutls-extra is not pulled in a non-GPLv3 build. [YOCTO #1845] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-01-03gnome-keyring: fix gsettings_data_convert seg faultZhai Edwin1
gsttings_data_convert cause seg fault as gnome-keyring's schema is not installed properly. As a fix, running glib-compile-schemas from glib-utils to made "gschemas.compiled". [YOCTO #1779] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2012-01-03glib-2.0: we need zlibChristopher Larson1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-01-03image_types: Ensure /init exists for cpio rootfs archivesDarren Hart1
In order for the kernel to accept an initramfs as a rootfs, it must have /init - even if it is an empty file. Touch /init to ensure it exists for cpio and cpio.gz image types. When used with initrd and rootfs=/dev/ram0, this allows the cpio and cpio.gz images to be used as the rootfs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-01-03task-core-boot: Allow DISTRO to disable keymaps via VIRTUAL-RUNTIME_keymapsDarren Hart1
keymaps pulls in gettext, which can't build without wide character support. Rather than have to add a -tiny variant of every MACHINE to drop "keyboard" from the MACHINE_FEATURES, just enable the DISTRO to define what gets added to RDEPENDS_task-core-boot when MACHINE_FEATURES includes keyboard via the VIRTUAL-RUNTIME_keymaps variable. By default, keep "keymaps". Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-01-03linux-yocto-tiny: New kernel recipe for tiny distrosDarren Hart15
linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-01-02udev: skip mounting /dev on tmpfs if it is on devtmpfsOtavio Salvador2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>