summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
AgeCommit message (Collapse)AuthorFiles
2011-07-12libarchive: remove undistributable copyright content from sourceOtavio Salvador1
The original tarball has two undistributable files that we have removed from the repacked tarball. The issue has been reported upstream at: http://code.google.com/p/libarchive/issues/detail?id=162 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-12sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussionRichard Purdie2
Online package management decisions like this are now handled by image.bbclass itself so this code is superfluous to requirements. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-08libarchive: add 2.8.4 versionOtavio Salvador8
This recipe has been imported from OpenEmbedded (rev 6db4b9050e0e8b963e2a6b63790e48e3042ea99e). Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-07-07libQtOpenGL:Add libQtOpenGL to an lsb imageXiaofeng Yan1
I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-07gawk: Upgrade from 3.1.8 to 4.0.0Mei Lei1
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-07-04libidn: upgrade from 1.20 to 1.22Yu Ke1
- update the license checksum due to some text indent change Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-01Drop PRIORITY variableRichard Purdie23
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-30shadow-native: fix creation of home directoriesScott Garman1
Pseudo was recently changed so that when system() calls are made after a chroot(), the host binaries can no longer be found, breaking the system("mkdir -p") approach when useradd creates home directories. Instead, use mkdir(2) to create home directories with a helper function to ensure parent directories get created. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-28sudo: upgrade to v1.8.1p2Scott Garman2
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>
2011-06-28msmtp: Disable gnome keyringMark Hatle1
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>
2011-06-28libtirpc: Upgrade 0.2.1 -> 0.2.2Khem Raj5
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>
2011-06-28shadow-sysroot: new recipe for useradd.bbclass supportScott Garman2
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>
2011-06-23tzdata: Ensure all files are owned by root:rootMark Hatle1
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23libtirpc: Fix owner/group of /etc/netconfigMark Hatle1
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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>