summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
AgeCommit message (Collapse)AuthorFiles
2010-11-18quota: Upgraded to version 4.00-pre1Dongxiao Xu1
[sgw@linux.intel.com: Fixed LIC_FILES_CHKSUM] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18cracklib: upgrade from 2.8.16 to 2.8.18Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-14lsof: upgrade from 4.83 to 4.84Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14task-poky-lsb: add new LSB RecipeSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-14LSB: Add a new packageXiaofeng Yan1
This package is needed by lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-11-14procps: upgrade to version 3.2.8Qing He10
from 3.2.7 also update license info [sgw@linux.intel.com: added gmake-3.82 patch to correct location] Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14iptables: upgrade to version 1.4.9Qing He1
from 1.4.8 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14tzdata: upgrade to version 2010oQing He1
from 2010j Signed-off-by: Qing He <qing.he@intel.com>
2010-11-12procps: fix for build against make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-10bzip2: upgrade to version 1.0.6Qing He3
resolves security bug CVE-2010-0405 Signed-off-by: Qing He <qing.he@intel.com>
2010-10-22at: Fix nonstripbinaries.patchMark Hatle1
The commit '0e0d14ed1e88ebff876abb3d00b08627a3879e8d' introduced a new patch nonstripbinaries.patch, the filename format caused the patch to not apply. Simple fix made by correcting the path. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-21busybox/sysklogd: syslog.conf filesMark Hatle2
The format of the syslog.conf files is different between busybox and sysklogd. Use the alternatives method to ensure we get the correct config file for any specific configurations. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-21at: remove nonrootinstall patch and modify some relevant filesMei Lei3
remove nonrootinstall patch, and use a patch named nonstripbinaries to modi fy the /at-3.1.10.2/Makefile.in, so it can also handles stripping of the bi naries Fix [BUG 246] Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-10-20bash: There is no such configure option as --with-ncurses and --with-curses ↵Richard Purdie1
breaks the build Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-20bash: fix job controlQing He1
job control can't be automatically detected when cross-compiling, enable it explicitly. Fixes [BUGID #487] Signed-off-by: Qing He <qing.he@intel.com>
2010-10-19sysklogd: correct the syslog link and conf fileYu Ke3
This commit fix [BUGID #482] Two issues cause bug 482: - firsty, there are two version of syslog: sysklogd and busybox. the busybox one is directly installed as /etc/init.d/syslog, and the sysklogd one is installed by update-alternative. the update-alternative will thus fail because the /etc/init.d/syslog (busybox one) already exist and not a link. so the correct way is to install busybox one by update-alternative, the layout will be: /etc/init.d/syslog.busybox /etc/init.d/syslog.sysklogd /etc/init.d/syslog -> syslog.busybox or /etc/init.d/syslog -> syslog.sysklogd - secondly, sysklogd default conf is not comply with poky. Its dir /var/adm/ does not exist. Check the debian /etc/syslog.conf and find it is more sophiscated and suitable, so port /etc/syslog.conf from debian. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-10-18sed: use ALTERNATIVE_LINKKevin Tian2
update-alternatives.bbclass assumes /usr/bin/sed if ALTERNATIVE_LINK is not specified, however sed has changed its default installation directory to /bin/sed. This causes below errors at the first boot of lsb image: update-alternatives: Error: cannot register alternative sed to /usr/bin/sed since it is already registered to /bin/sed This fixes [BUGID #478] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-10-13tzdata: install zone.tab and iso1366.tabZhai Edwin1
These files are removed in libc-package.bbclass. Missing of zone.tab cause get_zone_directory in libical return NULL for strlen, which leads seg fault of dates & tasks. Openembedded has similar patch. [BUGID #420] got fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-10-07poky-default-revisions.inc: Move SRCREV settings into this fileRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-01augeas: Add missing dependency on readlineMark Hatle1
[BUGID #381] Augeas apparently has a readline dependency. Add this to the DEPENDS. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-30tzcode-native: added LICENSE fieldSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30polkit-gnome: added LICENSE fieldSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30mc: add to extended, but not part of any imageSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30task-poky-lsb/basic: Add LICENSE fieldsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-29procps: use new batch update-alternatives featureKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-29diffutils: use new batch update-alternatives featureKevin Tian1
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-09-29bzip2: use new batch update-alternatives featureKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-28task-poky-basic.bb: fix lighttpd typoSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-28task-poky-basic.bb: add lighttp to basic image type for webserverSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-28lighttpd: Add 1.4.28 as new recipe.Zhai Edwin4
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-27cpio: add version 2.11 (GPLv3)Scott Garman2
This is the most recent version of cpio. Recipe derived from OpenEmbedded's recipe for cpio v2.5. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-27grep: add version 2.7 (GPLv3)Scott Garman1
This is the most recent version of grep. Recipe derived from OpenEmbedded's recipe for grep v2.6.3. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-23man-pages_3.25.bb: Fix SRC_URI to contain Archive directorySaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-22[#BUG298]:Fix some bugs during compiling based on x86_64Xiaofeng Yan1
fix a problem that compliation failed for groff on machine x86_64 Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-21zypper: fix runtime dependencyQing He1
add procps as runtime recommendation, since pgrep is used by zypper binary Signed-off-by: Qing He <qing.he@intel.com>
2010-09-21libzypp: RDEPENDS sat-solverQing He1
rpmdb2solv provided by sat-solver is executed from within libzypp, RDEPENDS sat-solver to get the utility included, fixes [BUGID #328] Signed-off-by: Qing He <qing.he@intel.com>
2010-09-09libzypp: change /usr/lib64 to /usr/libKevin Tian1
similar to previous sat-solver fix, we use /usr/lib for x86-64 target Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-08task-poky-lsb: Remove man-pages due to build failuresSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08task-poky-lsb: add man-pages, which will pull man and groffSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08man-pages:Add new man-pages packageXiaofeng Yan1
The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-08groff:Add new groff packageXiaofeng Yan4
groff allows for a short reference for the GNU roff language Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-08man: Add new man packageXiaofeng Yan30
A set of documentation tools: man, apropos and whatis Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-08at: Disable PARALLEL_MAKE for at and add back to task-basicSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08libzypp: workaround to pass mips buildKevin Tian2
libzypp failed due to GCC "internal compiler error: segmentation fault" error on MIPS target. The cause is about boost tribool type usage. If having assignement within conditional check as below: if ( (a = b) ) ... <a is a tribool type, b is a normal bool type> then gcc4.3.3 throws internal error. Then the workaround is to move assignement out of the conditional check. However I didn't find same case from web. We can come back to recheck this issue after upgrading to gcc4.5.0 for MIPS. If this issue is still there, we'll need more analysis to decide whether to report to gcc upstream or to libzypp upstream. This fixes [BUGID #277] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-08sat-solver: change /usr/lib64 to /usr/libKevin Tian1
we use /usr/lib for x86-64 target, but sat-solver will use /usr/lib64 if 64bit target arch is detected. This finally causes libzypp failed to find libsatsolver.a. use "-DLIB=lib" to explicitly enforce the requirement fix [BUGID #286] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-06poky-default-revisions.inc: Move SRCREVs to correct locations, fix whitespaceRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-04tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold1
Remove at since it's failing build Add Zypper to lsb image Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-03zypper: add new packageQing He2
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03libzypp: add new packageQing He3
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03sat-solver: added new packageQing He3
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>