summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* sudo: upgrade to v1.8.1p2Scott Garman2011-06-282-18/+13
| | | | | | | | | | | | | | Upgrading to the latest stable release of sudo. This version of sudo has reorganized its source code layout, hence the LIC_FILES_CHKSUM related changes. Also, some of the individual .c files we checksummed (nonunix.h, vasgroups.c) are no longer shipped with the sources. Finally, an embedded copy of zlib is now included in these sources, so Zlib is included as one of the licenses. I could not find any evidence of MIT-licensed sources, so that license has been removed. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* msmtp: Disable gnome keyringMark Hatle2011-06-281-1/+3
| | | | | | | | Unless we explicitly disable the gnome keyring support, the system will attemp to discover if it's available which changes the package output. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libtirpc: Upgrade 0.2.1 -> 0.2.2Khem Raj2011-06-285-21/+115
| | | | | | | | | | Additionally bring in the nis headers which will be required when using eglibc 2.14 where rpc support is removed. Make it provide virtual/librpc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* shadow-sysroot: new recipe for useradd.bbclass supportScott Garman2011-06-282-0/+427
| | | | | | | | | | Packaging login.defs with base-passwd causes problems due to the file being included in target package installs. Instead, this shadow-sysroot recipe can be used by useradd.bbclass to put login.defs into the target sysroot without disturbing packages intended for target devices. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* tzdata: Ensure all files are owned by root:rootMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libtirpc: Fix owner/group of /etc/netconfigMark Hatle2011-06-231-1/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* ghostscript: Fix owner/group of /etc/cupsMark Hatle2011-06-231-1/+3
| | | | | | | | /etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* texinfo: Change to use the standard -dbg fileMark Hatle2011-06-231-5/+2
| | | | | | Remove the custom -dbg package and replace it the standard configuration. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* psmisc: Remove custom -dbg packages, use defaultMark Hatle2011-06-232-8/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* mc: Add missing debug files to -dbgMark Hatle2011-06-231-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gamin: Add missing debug files to -dbgMark Hatle2011-06-231-4/+3
| | | | | | | Add the missing files to the base -dbg package, remove the libPN-dbg as it is non-standard. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* quota: Avoid stripping binariesMark Hatle2011-06-231-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sysstat: Avoid stripping binariesMark Hatle2011-06-232-1/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* unzip: Avoid stripping binariesMark Hatle2011-06-232-2/+53
| | | | | | | Not only do we have to override things on the make line, but we need to hack on configure as well to avoid certain behavior. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* task-core-lsb: Add absent libraries and commands to task-core-lsb.bbXiaofeng Yan2011-06-221-1/+5
| | | | | | | | | Due to "tools-profile" and "tools-testapps" were removed from variable \ "EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sample, some libraries \ needed by LSB Test Suite were absent in an lsb image. I add these absent \ libraries to task-core-lsb.bb. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native changeDexuan Cui2011-06-141-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* ghostscript: update SRC_URIKang Kai2011-06-141-9/+10
| | | | | | | | | | | | | | Build ghostscript-native fails on a i686 machine because it can't get the source objarch.h and soobjarch.h, and .h files are not needed for native package, so update the SRC_URI to fix it. Signed-off-by: Kang Kai <kai.kang@windriver.com> Removed the do_configure_prepend and folded into the target do_configure since the native was picking it up for the do_configure_virtclass/native() and then failing on i686. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* core-image-lsb-sdk: ensure testapps is part of sdk imageSaul Wold2011-06-091-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tar: upgrade to v1.26Scott Garman2011-06-064-9/+10
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* grep: upgrade to v2.8Scott Garman2011-06-061-3/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* tzcode: Update to 2011gSaul Wold2011-06-062-19/+25
| | | | | | | | | [YOCTO #1080] Thanks to ilkka.tengvall@nsn.com Cc: ilkka.tengvall@nsn.com Signed-off-by: Saul Wold <sgw@linux.intel.com>
* shadow: add a -native recipe with customized utilitiesScott Garman2011-06-062-0/+1362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a -native recipe for the shadow utilities. The custom --root option allows the the following utilities to be run within a chroot when invoked under pseudo: * useradd * groupadd * usermod * groupmod * userdel * groupdel * passwd * gpasswd * pwconv * pwunconv * grpconv * grpunconv They can then be used to manipulate user and group account information in target sysroots. useradd was also modified to create home directories recursively when necessary. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* shadow: recipe and patch cleanupScott Garman2011-06-067-131/+151
| | | | | | | | Taking over maintenance of the shadow recipe. Cleaning it up in preparation of adding a -native version that will be used to add users/groups during preinstall. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* ghostscript: Fix up file locations and add i686Saul Wold2011-06-0211-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* recipes: Upstream-status --> Upstream-Status: for multiple patchesDexuan Cui2011-06-022-2/+2
| | | | | | As a keyword, Upstream-Status is case sensitive. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-core-lsb: add cups and ghostscript into imageKang Kai2011-06-021-1/+2
| | | | | | | [Yocto 1030] Because it is fixed by Qing He, then add cups and ghostscipt into image Signed-off-by: Kang Kai <kai.kang@windriver.com>
* shadow: remove selinux entry from pam.d/loginKoen Kooi2011-06-022-7/+2
| | | | | | | | | SElinux has been disabled in the recipe, leading to messages like this: [ 167.643218] login[312]: PAM unable to dlopen(/lib/security/pam_selinux.so): /lib/security/pam_selinux.so: cannot open shared object file: No such file or directory [ 167.670837] login[312]: PAM adding faulty module: /lib/security/pam_selinux.so Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sudo.inc: Add do_install_prepend () to sudo.incXiaofeng Yan2011-06-011-0/+12
| | | | | | | | | | Fix bug [YOCTO #1092] Own a directory "/var/lib" before do_install() because if there isn't this directory during installing, \ then script "mkinstalldirs" from "sudo package" will create directory "/var/lib/sudo" by recursion with mode "0700" \ which will cause bug [YOCTO #1092]. So I add do_install_prepend() to create a "/var/lib" which can be accessed \ by common user before installing files. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* msmtp: update tof 1.4.24Saul Wold2011-06-011-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mc: update to 4.7.5.2Saul Wold2011-06-011-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mailx: update to 12.5Saul Wold2011-06-011-6/+7
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* chkconfig: update to 1.3.52Saul Wold2011-06-011-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* newt: add Upstream-StatusSaul Wold2011-06-011-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tzdata: update to 2011gSaul Wold2011-06-011-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysstat: update to 10.0.0Saul Wold2011-06-012-10/+10
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* less: update to 443Saul Wold2011-06-011-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* License Field Cleanup: Non-standard field namesBeth Flanagan2011-05-275-5/+5
| | | | | | | | | | | | I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* byacc: upgrade from 20101127 to 20101229Nitin A Kamble2011-05-232-7/+7
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* ghostscript: fix run failure on mpc8315eKang Kai2011-05-2312-3/+448
| | | | | | | | | | | | | | When run gs on mpc8315, it fails with: GPL Ghostscript 9.02: ./psi/interp.c(291): Fatal error -20 in gs_interp_init! It is caused by cross compile. Accoding to the ghostscript document on: http://pages.cs.wisc.edu/~ghost/doc/cvs/Make.htm#Cross-compiling it needs some manual work, so import patches from WindRiver Linux. Update to using oe way to add arch.h, thanks to Richard. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* gplv2 recipes update upstream status of patchesNitin A Kamble2011-05-236-0/+12
| | | | | | | | | grep-2.5.1a: update upstream status of patches tar-1.17: update upstream-status of patches at-3.1.12: update upstream-status for patches cpio-2.8: update upstream-status for patches Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* ed (GPLv2): remove --disable-silent-rulesSaul Wold2011-05-201-1/+3
| | | | | | Older version of configure in ed does not like this option, so remove it from CONFIGUREOPTS Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lsbsetup: Rename this file and add a link for lsb testXiaofeng Yan2011-05-192-25/+27
| | | | | | | | | | | | | [YOCTO #1079] Rename this file version from 0.9 to 1.0. Link time environment for Hong Kong time for lsb test. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Added yocto bugid Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tcp-wrappers: fix libc overridesKoen Kooi2011-05-191-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sysstat: fix libc overridesKoen Kooi2011-05-191-3/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lsof: fix libc overridesKoen Kooi2011-05-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* findutils: fix libc overridesKoen Kooi2011-05-192-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* diffutils: fix libc overridesKoen Kooi2011-05-192-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: add Upstream-Status to various recipe patchesScott Garman2011-05-181-1/+1
| | | | | | | | | | | | | | Add Upstream-Status tag to patches for the following recipes: apmd insserv linuxdoc-tools openjade sgmlspl at sudo Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-core-lsb: Add libQtOpenGL.so* library to lsb-imageXiaofeng Yan2011-05-171-0/+7
| | | | | | | The library libQtOpenGL.so* is needed by LSB Test Suite. So I add them to lsb-image for platform emenlow and mpc8315e. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* lsbsetup: Add a link for lsb testXiaofeng Yan2011-05-171-2/+4
| | | | | | Link /usr/lib/sendmail to /usr/sbin/sendmail Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>