summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
AgeCommit message (Collapse)AuthorFiles
2011-06-23ghostscript: Fix owner/group of /etc/cupsMark Hatle1
/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>
2011-06-23texinfo: Change to use the standard -dbg fileMark Hatle1
Remove the custom -dbg package and replace it the standard configuration. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23psmisc: Remove custom -dbg packages, use defaultMark Hatle2
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23mc: Add missing debug files to -dbgMark Hatle1
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gamin: Add missing debug files to -dbgMark Hatle1
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>
2011-06-23quota: Avoid stripping binariesMark Hatle1
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23sysstat: Avoid stripping binariesMark Hatle2
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23unzip: Avoid stripping binariesMark Hatle2
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>
2011-06-22task-core-lsb: Add absent libraries and commands to task-core-lsb.bbXiaofeng Yan1
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>
2011-06-14libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native changeDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14ghostscript: update SRC_URIKang Kai1
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>
2011-06-09core-image-lsb-sdk: ensure testapps is part of sdk imageSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06tar: upgrade to v1.26Scott Garman4
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-06grep: upgrade to v2.8Scott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-06tzcode: Update to 2011gSaul Wold2
[YOCTO #1080] Thanks to ilkka.tengvall@nsn.com Cc: ilkka.tengvall@nsn.com Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06shadow: add a -native recipe with customized utilitiesScott Garman2
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>
2011-06-06shadow: recipe and patch cleanupScott Garman7
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>
2011-06-02ghostscript: Fix up file locations and add i686Saul Wold11
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-02recipes: Upstream-status --> Upstream-Status: for multiple patchesDexuan Cui2
As a keyword, Upstream-Status is case sensitive. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-02task-core-lsb: add cups and ghostscript into imageKang Kai1
[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>
2011-06-02shadow: remove selinux entry from pam.d/loginKoen Kooi2
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>
2011-06-01sudo.inc: Add do_install_prepend () to sudo.incXiaofeng Yan1
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>
2011-06-01msmtp: update tof 1.4.24Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01mc: update to 4.7.5.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01mailx: update to 12.5Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01chkconfig: update to 1.3.52Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01newt: add Upstream-StatusSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01tzdata: update to 2011gSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01sysstat: update to 10.0.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01less: update to 443Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-27License Field Cleanup: Non-standard field namesBeth Flanagan5
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>
2011-05-23byacc: upgrade from 20101127 to 20101229Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-05-23ghostscript: fix run failure on mpc8315eKang Kai12
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>
2011-05-23gplv2 recipes update upstream status of patchesNitin A Kamble6
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>
2011-05-20ed (GPLv2): remove --disable-silent-rulesSaul Wold1
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>
2011-05-19lsbsetup: Rename this file and add a link for lsb testXiaofeng Yan2
[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>
2011-05-19tcp-wrappers: fix libc overridesKoen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19sysstat: fix libc overridesKoen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19lsof: fix libc overridesKoen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19findutils: fix libc overridesKoen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19diffutils: fix libc overridesKoen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-18recipes: add Upstream-Status to various recipe patchesScott Garman1
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>
2011-05-17task-core-lsb: Add libQtOpenGL.so* library to lsb-imageXiaofeng Yan1
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>
2011-05-17lsbsetup: Add a link for lsb testXiaofeng Yan1
Link /usr/lib/sendmail to /usr/sbin/sendmail Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-05-17lsb: Install init-functions to rpm packageXiaofeng Yan1
The script init-functions can't be built into rpm package of lsb. I modify lsb_1.4.bb to add this script to rpm package of lsb. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-05-17Upstream-Status: Update patch upstream-status for GPLv2 recipesZhai Edwin2
Including gzip and mtoools Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-05-17recipes: Add Upstream-Status to various recipe patchesScott Garman5
Add Upstream-Status tag to patches for the following recipes: openssh dbus-glib expat opensp sgml-common at cpio (GPLv3 version) libpam icu Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-05-16foomatic-filters: add a link to pass LSB printing testKang Kai1
LSB printing test will test a foomatic-rip under cups' directory, so add it as link when DISTRO is set to linuxstdbase. Part fixes [Yocto 904] Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-05-16lsbsetup: recreate locale fr_FRKang Kai2
Update LSB_Setup.sh to recreate locale fr_FR, which helps to pass LSB libstdc++ test. Bump PR to r3. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-05-16task-core-lsb: add packages into lsb imageKang Kai1
Add gettext-runtime, libxml-sax-perl and foomatic-filters to task-core-image.bb Bump PR to r4 Signed-off-by: Kang Kai <kai.kang@windriver.com>