summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
AgeCommit message (Collapse)AuthorFiles
2011-04-04qemuppc: add libqtopengl4 for ppcMei Lei1
Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-04xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libzypp_git.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libuser_0.57.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04sed: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libpam_1.1.3.bb: Fix compilation on uclibc when innetgr is absentKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-31Workaround for Global C++ Constructor problem on ARMMark Hatle2
[YOCTO #938] Workaround for a problem with the order of the global C++ constructors on ARM. The workaround is simply to avoid defining the ID numbers outside of the usage of the ID's. This also has the effect of fixing a problem on MIPS, where "_mips" is a defined symbol and unavailable on the system for a variable name. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-31Fix integration of zypper and sat-solverMark Hatle9
Adjust the integration of zypper and sat-solver to ensure that all of the defined architectures for a given machine are defined identically to Poky. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-31Fix sat-solver & RPM5 integration issueMark Hatle2
From Michael Schroeder, fix the configuration of how RPM5 handles obsoletes within the sat-solver. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-23Various: Switch to SOURCEFORGE_MIRRORTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Update KERNELORG_MIRROR for consistencyTom Rini3
In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Switch to KERNELORG_MIRRORTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Switch to using GNU_MIRRORTom Rini5
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23net-tools: Switch to using DEBIAN_MIRRORTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-21msmtp: add link sendmail for lsb command checkKang Kai1
LSB command check will test the exist of sendmail, so make sendmail link to msmtp using update-alternatives class in order to pass the test. Related to [YOCTO #520] Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-18slang: specify --x-includes to pass qa sanity checkKevin Tian1
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 Wold1
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 Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-17sat-solver: Fix solution DB generation and general cleanupMark Hatle5
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 Hatle2
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 Hatle1
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 Hatle2
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 Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURESScott Garman3
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 Garman1
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 Kai1
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 Yan1
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 Purdie7
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-14zypper: add machine arch supportQing He1
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 He4
Signed-off-by: Qing He <qing.he@intel.com>
2011-03-14sat-solver: add machine arch supportQing He3
Signed-off-by: Qing He <qing.he@intel.com>
2011-03-08cpio: Fix the SHA256 Checksum for the src tarballSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-07lsb-live image: add lsb-live and lsb-sdk-live image typesSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05lsbsetup: Fix LIC_FILE_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05task-poky-lsb: Remove new eglibc-* packagesSaul Wold1
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 Yan1
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 Lu1
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 Yan1
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 Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03task-poky-lsb: add chkconfigSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03recipe: add slang from OEKang Kai2
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 Kai2
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 Kai1
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 Eggleton1
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 Ke15
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 Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01task-poky-lsb: add necessary packages nameJingdong Lu1
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 Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01libuser: enable documentationScott Garman2
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>