summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-08-19distr-tracking: add MAINTAINER and version info for rest recipesKevin Tian12
This commit add basic distro-tracking fields (status/maintainer/latest_ver) for rest recipes in world target. There may still have some missing, but most have been made up this time In total 279 pacakges are touched Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-19xinetd: Drop INHIBIT_AUTO_STAGE, this does nothing in PokyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19xinetd: add xinetdYu Ke6
xinetd is highly configurable, modular and secure inetd. this commmit add xinetd 2.3.14. The receipts is borrowed from OE, with following changes: - upgrade the version from 2.3.13 to 2.3.14 - pick three patches from debian xinetd 2.3.14-7. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-19autotools.bbclass: Drop a number of legacy functions that shouldn't be (and ↵Richard Purdie1
aren't) used in poky now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19mktemp: add mktemp packageYu Ke2
Mktemp is a small program to allow safe temporary file creation from shell scripts. this commit add mktemp 1.7. it is borrowed from open embedded with following changes: - upgrade from 1.6 to 1.7 - remove the patch add_destdir.patch, since this patch is already included in 1.7. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-19cracklib: add new packageYu Ke1
cracklib is a pro-active password checker library this commit add cracklib from scratch. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-19ed: add GPLv2 version.Dongxiao Xu1
Add the latest GPLv2 of ed (0.5) into poky system Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-19eglibc: recipe cleanupNitin A Kamble2
This removes unneccesary dependancys. And avoids glibc being built when eglibc is configured. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-19distro_tracking: update maitanier for toolchain/devel recipesNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-19rsync: explicitly disable xattr and aclQing He1
Signed-off-by: Qing He <qing.he@intel.com>
2010-08-19gamin: add glib-2.0 as dependencyQing He1
Signed-off-by: Qing He <qing.he@intel.com>
2010-08-19bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks ↵Richard Purdie1
classes, further splitting up runqueue Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19bitbake/runqueue.py: Drop duplicated classRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19task-poky-tools: Add perf to tools-profile packageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18native.bbclass: Ensure EXTRA_NATIVE_PKGCONFIG_PATH has a default valueRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18apmd: Add back libtool patch as the issue the patch fixed reappearedRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18xserver-xf86-dri-lite: xorg-minimal-fonts is responsible for this symlinkRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18bitbake.conf: Set FAKEROOTENVRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18linux-wrs: Make sure kern-tools-native is built before do_patchRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ↵Richard Purdie2
part Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-17DistroData: Cleanup Version numbers and add DistroData ParserSaul Wold5
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-17aspell: moved from meta-moblin to meta to support enchant dependencySaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-17distro tracking fix: cairo qemuglYu Ke2
fix the version format Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-08-17distro-tracking: fix versions formatKevin Tian1
dbus-wait shadow Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17update-rc.d.bbclass: adjust order on tweaking postinstKevin Tian1
So far unlike prerm/postrm, update-rc.d has its own postinst method prepended to pkg_postinst, which may result "System startup links for xxx already exist" warning in the 1st boot of target image. Some pkg_postinst requires to run on the target, and thus prepend here makes update-rc.d method executed twice: one in rootfs creation and the other in the 1st target boot. So adjust the order to append. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17pam: add missing bits from previous commitKevin Tian2
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17udev: use relative path when creating dev.tarKevin Tian7
this effectively removes below warning: tar: removing leading '/' from member names Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17lttng-ust: disable MIPS build since liburcu doesn't build on MIPSDexuan Cui2
lttng-ust depends on liburcu. Unluckily upstream liburcu doesn't support MIPS now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-17gcc_4.5.0: import a missing patch from gcc_4.3.3Nitin A Kamble11
[BUGID #208] Thanks to Edwin Zhai for reproducing issue and narrowing it down to the segmentation fault in the floorf function of libstdc++-v3 And Thanks to RP for pointing out that this is a known issue with the fix already in the gcc 4.3.3 recipe Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard@openedhand.com>
2010-08-17poky-default: fix a warning caused by preferred libc-initial being unsetJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-17kernel.bbclass: Fix adding module dependencies to RDEPENDSJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-17cross-canadian.bbclass: Set TOOLCHAIN_OPTIONS to point at the correct sysrootRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-17build/conf: move sample conf files to meta/confJoshua Lock4
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-17base.bbclass: Temporarily disable fakeroot for install/package until other ↵Richard Purdie1
fixes get merged Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-17tcl: fix native buildKevin Tian1
commit a2e6b265ed66d5f274507dcfbb3b91c30cc12e3a introduced one patch to fix non-native build, which however breaks native build. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps ↵Richard Purdie1
can introduce into strings Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-13binutils: fix the installed location of libiberty.a fileNitin A Kamble2
This fixes: [BUGID #209] the libiberty was getting installed in usr/lib/lib64 path which was leaving prelink-native recipe wondering where to get libiberty. Fix the path and prelink-native recipe is building fine now. Patch added: libiberty_path_fix.patch
2010-08-13testlib: Add support for qemumips/qemuppc/qemux86-64, and add support for ↵Jiajun Xu1
testing with images from autobuilder Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-08-13task-poky-basic: enabled ethtool as part of buildSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-13distro_x11_apps_1.inc, distro_x11_ux.inc: Add maintainer infoZhai Edwin2
Also add RECIPE_NO_UPDATE_REASON for the package that not updated to latest. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-13distro_tracking: Add maintainer informationDongxiao Xu5
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-13distro_x11_core.inc, distro_x11_apps_2.inc: add maintainer infoYu Ke2
Sigined-off-by: Yu Ke <ke.yu@intel.com>
2010-08-13gmp: add GPLv2 version (4.2.1)Kevin Tian2
The latest GPLv2 version of gmp is 4.2.1, which was released in 2006/05. This GPLv2 recipe is written in clean house approach, w/o looking at either v3 source code and recipe. One patch (disable-stdc.patch) is added, which is also written from scratch and licensed under GPLv2 test with 'calc' which is shipped by gmp package Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-13ethtool: add new recipe 2.6.34Kevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-13distro-tracking: update MAINTAINER info for base groupKevin Tian1
also add NO_UPDATE_REASON for packages marked #OK to stay with an older version Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-13sdk-task: make libc dependancies genericNitin A Kamble6
This change specifies the libc dependancies in a generic fashion. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-13eglibc: import eglibc_2.12 recipe from OENitin A Kamble13
use http proto for svn checkout cosmetic cleanups to metadata Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-13procps: Move from meta-moblin to meta-lsbSaul Wold9
Signed-off-by: Saul Wold <Saul.Wold@intel.com>