aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
AgeCommit message (Collapse)Author
2011-03-18slang: specify --x-includes to pass qa sanity checkKevin Tian
slang by default hardcodes a list of host dirs to search for X header files, which may break qa sanity check. Use --x-includes to specify sysroot as the fix. Fix [YOCTO 907] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-03-17poky-image-basic: remove POKY_BASE_INSTALLSaul Wold
Removing POKY_BASE_INSTALL and replacing it with task-poky-boot, effectively removes task-poky-extended which was pulling unwanted recipes. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17extended tasks: move binutils from basic to lsbSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17sat-solver: Fix solution DB generation and general cleanupMark Hatle
Uprev sat-solver to the latest git version. This corrects the solv db generation with RPM5. Refactor the patches for RPM5 support, cleaning up components of the cmake.patch for submission upstream. (Also fix a problem remaining in the upstream with a mismatched function name.) Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-16sat-solver: Add workaround for RPM 5 db constructionMark Hatle
The first time the database is created on an RPM5 system it works correctly. However any subsequent rebuilds cause an empty database to occur. The following is from Michael Schroeder <mls@suse.de>: > rpmdb2solv contains a hack that makes it use the unchanged already > converted packages. To do this, it needs to get the database id > for every installed packages by reading the "Name" index. This > somehow doesn't seem to work with rpm5. > > As a workaround you can add a "ref = 0;" line at the top of the > repo_add_rpmdb() function in ext/repo_rpmdb.c. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-16sat-solver: uprev to the latest versionMark Hatle
Upgrade to the latest git version. Also update the cmake.patch to enable debugging in all configurations. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-16libzypp: Fix release queryMark Hatle
Libzypp is looking for the "redhat-release" file and using that version number to help adjust the system version. This ensures that there is something on the system that returns a correct value. This patch is likely not necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-16poky-image-basic: add ssh-server-openssh to IMAGE_FEATURESScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURESScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman
This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16slang: export INST_LIB_DIR to fix compile problemsKang Kai
Export "INST_LIB_DIR" in do_install to slang/slsh to fix cross compile warnings Fixes [YOCTO #812] Add necessary files to run slsh. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-15task-poky-lsb: Add some packages required by lsb test suiteXiaofeng Yan
Add packages gdk-pixbuf-loader-(bmp,ico,ani) to list task-poky-lsb.bb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-14zypper: add machine arch supportQing He
Since libzypp is now of ${MACHINE_ARCH}, change zypper to base on this arch to. Signed-off-by: Qing He <qing.he@intel.com>
2011-03-14libzypp: add machine arch supportQing He
Signed-off-by: Qing He <qing.he@intel.com>
2011-03-14sat-solver: add machine arch supportQing He
Signed-off-by: Qing He <qing.he@intel.com>
2011-03-08cpio: Fix the SHA256 Checksum for the src tarballSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-07lsb-live image: add lsb-live and lsb-sdk-live image typesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05lsbsetup: Fix LIC_FILE_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05task-poky-lsb: Remove new eglibc-* packagesSaul Wold
Remove the new eglibc packages that were part of another patch and did not get cleanup here. (From OE-Core rev: bddd9012d2a6393afceef752389d0006f2e47681) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-04task-poky-lsb: Add packges needed by LSB Test SuiteXiaofeng Yan
These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-04task-poky-lsb: add python-miscJingdong Lu
python-misc also needed by python-runtime test of LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-03-04LSB_Setup.sh:Install LSB Test Suite and set lsb test environmentXiaofeng Yan
Perfect some funtions for lsb test in yocto 1.0 Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-03-03Fixup merge error and apply cleanupsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03task-poky-lsb: add chkconfigSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03recipe: add slang from OEKang Kai
slang is the shared library for the S-Lang extension language, and required by newt because of LSB command check Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-03recipe: add newt from OEKang Kai
newt is a library for text mode user interfaces, and required by chkconfig because of LSB command test. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-03recipe: add chkconfig for LSB command testKang Kai
chkconfig is a system tool for maintaining the /etc/rc*.d hierarchy, and LSB command test will check 2 links point to command chkconfig Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-02zypper: add util-linux-uuidgen to RRECOMMENDSPaul Eggleton
zypper complains if uuidgen is not available, so add it to RRECOMMENDS for the zypper package. Addresses [BUGID #749] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-02shadow: upgrade to 4.1.4.3 to fix security vulnerabilityYu Ke
For CVE-2011-0721: http://lists.debian.org/debian-security-announce/2011/msg00030.html Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-03-01task-poky-lsb: libqtopenqgl4 should be for qemux86 and atom-pc onlySaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01task-poky-lsb: add necessary packages nameJingdong Lu
In order to install and run LSB test cases we should add some necessary packages name into task-poky-lsb for lsb image. [sgw: modified the perl and python lists to use the core -modules, removed mesa-dri] Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01poky-image-lsb-sdk.bb: add image for LSB SDK BuildSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01libuser: enable documentationScott Garman
Added popt to DEPENDS. This fixes the following build error: apps/luserdel.c:25:18: fatal error: popt.h: No such file or directory Remove patch and configure flag which had disabled doc generation Add docbook-utils-native and linuxdoc-tools-native to DEPENDS This fixes [BUGID #213] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-21tar.inc: Fix unintended damageRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-21tar-replacement-native: Fix installRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-21tar-replacement-native: Add a target to replace the default tarRichard Purdie
tar < 1.24 has symlink issues where extracting a tar archive containing a symlink to a directory where that symlink already exists will cause the symlink to be dereferenced. If that target doesn't exist tar can fail with a permissions error. Since we need to be able to do this for packages containing symlinks like xorg-minimal-fonts and eglibc, we have to ensure a tar 1.25 is available early in the build process. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16iputils: enable generation of man pagesScott Garman
This fixes [BUGID #211] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16texinfo: recipe cleanup, add native supportScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-12recipes: pre/post actionsMark Hatle
A number of the recipes did not properly label their pre and post actions, causing the actions to occur in all split packages. This was corrected by defaulting to _${PN} in most cases. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-03Revert "iputils: enable generation of man pages"Saul Wold
This reverts commit 62337be30b904542ca46333aa9b58fe0f09d3561. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-03mailx: Disable parallel makeSaul Wold
When makeconfig is called multiple times via parallel make, it causes the LIBS files to get corrupted. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-02libconvert-asn1-perl: upgrade from 0.21 to 0.22Nitin A Kamble
And fix following issue caused by the upgrade | Can't load '/build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/auto/File/Glob/Glob.so' for module File::Glob: /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/auto/File/Glob/Glob.so: wrong ELF class: ELFCLASS32 at /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/XSLoader.pm line 79. | at /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/File/Glob.pm line 96 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-02-01cups: add cups 1.4.6Jingdong Lu
This package has been added from meta-openembedded committed by Koen Kooi. Changes from the meta-openembedded version: * Add SUMMARY * Change dependence name: libusb * Add PR Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01msmtp: add msmtp 1.4.23Jingdong Lu
This package has been added from Open Embedded in order to replace sendmail. Changes from the Open Embedded version: * Update version to 1.4.23 * Add SUMMARY, LIC_FILES_CHKSUM Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01mailx: add mailx 12.4Jingdong Lu
This package has been added from Open Embedded. Changes from the Open Embedded version: * Update version to 12.4(mailx has been replaced by heirloom-mailx) * Add SUMMARY, LIC_FILES_CHKSUM * Remove patch(install.patch) Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01at: allow normal user to use 'at'Kevin Tian
fix [BUGID #675] Similar to previous cronie changes, so far 'at' environment is also not complete and only root user could trigger delayed tasks. Similar permission changes are required for: /etc/at.deny /usr/bin/at /var/spool/at/ /usr/bin/at is setgid to 'daemon', to differentiate with cronie. So move 'at' out of 'cron' (/var/spool/cron/at -> /var/spool/at) another fix is to rename /etc/init.d/at to atd which is more widely used in other distros (also required by LTP test cases) Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-02-01cronie: enable multi-user crontab usage and make cron environment completeKevin Tian
fix [BUGID #673] several cron related test cases in LTP reveals that our current cron recipe is not complete: a) a complete cron hierarchy better have: /etc/crontab /etc/cron.d /etc/cron.hourly /etc/cron.daily /etc/cron.weekly /etc/cron.monthly b) for a normal user to use crontab command: add a new group - crontab /usr/bin/crontab is setgid to root:crontab /var/spool/cron is owned by root:crontab below are optional, and thus not included in the default setup: /etc/cron.deny /etc/cron.allow cronie by default only allows root user to use crontab, if neither cron.deny nor cron.allow exists. They are controlled by final policy deployed on the product. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-02-01iputils: enable generation of man pagesScott Garman
Enable documentation generation. Signed-off-by: Scott Garman <scott.a.garman@intel.com>