aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2011-10-24coreutils: Upgrade recipe 8.12 -> 8.14Khem Raj
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>
2011-10-24gcc-4.6: Backport fix for PR32219Khem Raj
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>
2011-10-24xserver-xorg: Add mesa-dri to depends instead of virtual/libglKhem Raj
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>
2011-10-24subversion-1.6.15: add native support tooMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-24apr-util: add native supportMartin Jansa
* 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>
2011-10-24neon: add native supportMartin Jansa
* needed for native subversion Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-24apr: add native supportMartin Jansa
* needed for native subversion Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-24squashfs-tools: add recipeCliff Brake
added xz compression option, general cleanup
2011-10-24dbus: use useradd class to allow use in read-only filesystemsOtavio Salvador
Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-24base-passwd: move initial criation of group and passwd to preinstOtavio Salvador
To allow use and manipulation of users and groups at rootfs building time, the '/etc/passwd' and '/etc/group' needs to be available as soon as possible. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-24useradd.bbclass: check if a group already exists manuallyOtavio Salvador
The use of groupadd -f makes much more difficult to figure when a group is not add. This was the case of the class not working for our usage and this being caused by the lack of '/etc/group' file but unnoticed as groupadd wasn't failing according. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-24bootimg.bbclass: add support to disable HDD image buildingOtavio Salvador
If an image sets NOHDD = "1" the HDD image won't be build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-24perl: upgrade from 5.12.3 to 5.14.2Nitin A Kamble
parallel build fix patches are not needed as they are upstream now. Got a new set of debian patch set for 5.14.2 perl-rpdepends: fix the autogenerated rdepends mistakes take out some mdoules which are not going to be built. [Saul Wold: Remove debug] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-24gcc-configure-sdk: Point sysroot to correct locationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-24binutils-cross-canadian: Point sysroot to correct locationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-24tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadianKhem Raj
PN for binutils-cross-canadian is binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} so thats what we should use for PREFERRED_VERSION Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-24tcl: upgrade from 8.5.9 to 8.5.10Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-20distro-tracking-fields: update fields for tzdata and gst-plugins-goodJoshua Lock
These recipes were each updated and so should their tracking data be. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20tzcode-native: update SRC_URI to new IANA locationJoshua Lock
The TZ database has moved, it's now hosted by IANA. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20tzdata: updated SRC_URI and update to 2011kJoshua Lock
tzdata is now hosted by IANA at http://www.iana.org/time-zones Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20gst-plugins-good: update to 0.10.30Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20module.bbclass: add lock to prevent error bulding ext modulesAnders Darander
When external modules are built, files in $STAGING_KERNEL_DIR/scripts/basic will/can get rebuilt. This raises a potential race condition. Prevent this by adding a lock around the do_make_scripts() function. Further, make sure that the kernel has been installed to the sysroot, prior to executing this new task. Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-10-20chkconfig: Update to 1.3.55Wenzong Fan
Update chkconfig to 1.3.55 from 1.3.52. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2011-10-20ccache: update to 3.1.6Wenzong Fan
Update ccache to 3.1.6 from 3.1.5. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2011-10-20distro_tracking_fields: update packages tracking fieldsKang Kai
Update packages tracking fields including ghostscript, libsdl, libxml-sax-perl and liburi-perl. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20libsdl: update to 1.2.14Kang Kai
Update libsdl to 1.2.14 * update configure_tweak.patch * update bb file, including add configure option --disable-video-ps3, drop acinclude.m4 and kernel-asm-page.patch and remove old libtool macros Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20liburi-perl: update to 1.59Kang Kai
Update liburi-perl to 1.59 Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20libxml-sax-perl: update to 0.99Kang Kai
Update libxml-sax-perl to 0.99 Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20ghostscript: update to 9.04Kang Kai
Remove the old version and update ghostscript to 9.04. * update ghostscript-9.02-prevent_recompiling.patch * because soobj is not used any more, remove soobj related work * gs provides a configure option --with-install-cups to install cups related files but disabled by default, so need update post install scripts Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20distro-tracking: update data for some toolchain recipesNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-20libxml-parser-perl: upgrade from 2.40 to 2.41Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-20python-dbus: upgrade from 0.83.2 to 0.84.0Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-20python-scons: upgrade from 2.0.1 to 2.1.0Nitin A Kamble
the LICENSE.txt has added 2011 year to the copyright line he nce the MD5 sum is different. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-20x86 tune files: set baselib for x32 tune as libx32Nitin A Kamble
This ensures that on a multilib system the two executable formats don't conflict. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-19insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUMDarren Hart
Currently only the basename is printed when os.path.isfile() returns a failure for the license file. If the file is present, but in the wrong directory, this can be non-obvious to debug. Use the full path instead. Make a minor grammatical correction in the error message while we're at it. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-10-19ghostscript: renamed x86_64 to x86-64 for patch to workSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-19src_distribute.bbclass, src_distribute_local.bbclass: mostly rewrittenOtavio Salvador
The code used to reference unavailable variables and mistakenly define the tasks so fully demonstrating this have not been in use for a while. During the code rewrite, it was extended to copy also the patches into the source distribution directory but using the PF as prefix to avoid name colision among other recipes. As 'distsrcall' task was not properly defined and noone noticed it, until now, it got renamed to 'distribute_sources_all' as it is a better and more meanful name for the task. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-19ghostscript: Disable parallel make due to install issuesSaul Wold
ghostscript uses a script called instcopy to install files first to temp dir and then rm's and copies dirs|files to the final destination. When parallel make happens multiple threads of this runs and tries to remove existing directories with contents, not a good thing, therefore disable parallel make for install. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-19gcc-4.6: Backport PR46934 fixKhem Raj
We have been hitting this issue on ARM/thumb and have a workaround in place to compile samba http://git.openembedded.org/openembedded/commit/recipes/samba/samba_3.2.15.bb?id=4ba7aa07c0dcd28f94515ff9927e2a04403fcf15 This backport should fix the gcc bug Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-19gcc-4.6: Upgrade SRCREV to latest FSF 4.6 branchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-19bluez4: Add glib-2.0 to DEPENDSKhem Raj
Fixes | attrib/utils.c:25:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/utils.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | attrib/interactive.c:27:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/interactive.o] Error 1 | make: *** [all] Error 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-19poky: fix broken ubifs link in deploy folderLauri Hintsala
Fix broken rootfs image link when ubifs is used. Function runimagecmd is using image name "${IMAGE_NAME}.rootfs.${type}". Let's use the same name in IMAGE_CMD_ubifs. Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
2011-10-18fontconfig: fix fix-pkgconfig.patchMartin Jansa
* missing $ is causing problems ie when building webkit-efl * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html for details Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17gst-plugins-good: add pulseaudio to DEPENDSPaul Eggleton
This explicitly enables the pulseaudio plugin rather than it being built if pulseaudio happens to have been built first. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17gst-plugins-base: update to 0.10.35Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17bind 9.8.1: fix build after recent updateKoen Kooi
| checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgss -lkrb5... no | configure: error: could not determine proper GSSAPI linkage | + bbfatal 'oe_runconf failed' | + echo 'ERROR: oe_runconf failed' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17lsb: Change link of ${baselib} to lib64 for 64bits systemXiaofeng Yan
Correct two faults: 1 Binaries of lsb test suite need ld-linux.so* in /lib64. for example: Target$ ./lsbcmdchk -sh: ./lsbcmdchk: No such file or directory Target$ strings lsbcmdchk | grep "ld-" /lib64/ld-lsb-x86-64.so.3 "lsbcmdchk" from lsb test suite is a binary program. A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run because binaries of lsb test suite need ld-linux.so* in /lib64. But the link is changed due to adding multilib. I changed this link again. 2 correct mandir Waring will appear when running task task do_populate_sysroot NOTE: package lsb-1.4-r2: task do_populate_sysroot: Succeeded WARNING: For recipe lsb, the following files were installed but not shipped in any package: WARNING: /{datadir}/man/man1/lsb_release.1.gz I changed mandir=${D}/man to mandir=${D}/${datadir}/man Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17screen: Add patch to fix parallel make installSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17mktemp: Add patch to fix parallel make installSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17sysprof: remove duplicated patchSaul Wold
Apparently this pactch was duplicated by backported patch, and needed to be applied more broaded than to just ppc. Signed-off-by: Saul Wold <sgw@linux.intel.com>