summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
AgeCommit message (Collapse)Author
2010-09-09libzypp: change /usr/lib64 to /usr/libKevin Tian
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08task-poky-lsb: add man-pages, which will pull man and groffSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08man-pages:Add new man-pages packageXiaofeng Yan
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 Yan
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 Yan
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08libzypp: workaround to pass mips buildKevin Tian
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 Tian
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-04tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold
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 He
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03libzypp: add new packageQing He
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 He
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03augeas: add new packageQing He
version 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>
2010-09-02rpcbind: move patch to correct locationSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mingetty: Add new mingetty packageXiaofeng Yan
mingetty allows for a compact getty program for virtual consoles only Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-02logrotate: Add new logrotate packageXiaofeng Yan
logrotate allows for the rotation, compression and removal of system log file Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-02cronie: add the latest version 1.4.4Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02task-poky-basic: add cron, logrotate, mingettySaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02at: fix for parallel build issue & bug #180Nitin A Kamble
parallel build was failing inconsistently due to missing dependancy specification in the make file. Fixed it with a new patch. Bug 180 reported this issue: | arm-poky-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -c -I. -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -DHAVE_CONFIG_H -DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/atjobs/.SEQ\" -Wall atd.c | atd.c:511:2: error: #error "No mail command specified." | make: *** [atd.o] Error 1 Fixed it with the recommended solution of defining SENDMAIL as /bin/true Fixes [BUGID #180] Reorganized the recipe file for cleanlyness. Add the init script for at As per Scott's wiki instructions added the this init script for at: http://git.buildroot.net/buildroot/tree/package/at/S99at add libpam to dependancy And bumped PR. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-02rpcbind: add patch to fix host include pathSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02rpcbind: add new recipe version 0.2.0Dongxiao Xu
Introduce rpcbind utility into poky which is a server that converts RPC program numbers into universal addresses. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02libtirpc: add new recipe version 0.2.1Dongxiao Xu
libtirpc is depended by rpcbind, so introduce it into poky. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02which (GPLv3): inherit update-alternatives to handle install priorityDongxiao Xu
inherit the update-alternatives class to handle install priority issue, which is recommended by poky. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02sed: Upgraded to the latest version 4.2.1Dongxiao Xu
sed version 4.2.1 is under GPLv3 license inherit update-altenatives to handle the install priority issue Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02sed: Inherit update-altenatives to handle the install priorityDongxiao Xu
This method is simple and preferred by poky Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02at: gplv2 recipe at version 3.1.12Nitin A Kamble
Took the 3.1.10.2 version of the gplv2 recipe from the master branch, and upgraded it to 3.1.12 version and then replaced the gplv3 files viz posixtm.[ch] by gplv2 files to make the recipe gplv2. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-02at: remove GPLv3 versionSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mdadm: add patch to fix passing linker options to ccSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02libaio: add new recipeQing He
version 0.3.107 from open embedded changes: - use $(AR) and $(RANLIB) instead of ar and ranlib Signed-off-by: Qing He <qing.he@intel.com>
2010-09-02sysklogd: add sysklogd 1.5Yu Ke
sysklogd implements two system log daemons: syslogd, klogd. this commit adds sysklogd 1.5. it is ported from OE with some cleanup. sysklogd: move to recipes-extended Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02screen: add the latest version 4.0.3Dexuan Cui
The recipe is borrowed from OE, with the following changes: - upgrade the version from 4.0.2 to 4.0.3 - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM - reset PR to "r0" - update the patch name: screen_4.0.2-4.1sarge1.diff --> screen_4.0.3-11+lenny1.diff.gz - rebase the original configure.patch against screen-4.0.3's configure.in screen: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mdadm: add the latest version 3.1.4Dexuan Cui
The recipe is borrowed from OE, with the following changes: - upgrade the version from 2.5 to 3.1.4 - simplify DESCRIPTION - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM, PR - remove INHIBIT_AUTO_STAGE - fixing coding style issue: 4 SPACES --> 1 TAB mdadm: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-31which (GPLv2): inherit update-alternativesDexuan Cui
by this, we can avoid the pkg_postinst/postrm in the recipe file. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-31task-poky-basic.bb: add at and watchdogSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31at: run daemon as root userScott Garman
Permission problems are encountered when running atd as the default (daemon) user, so run it as root instead. These options are also used in the OpenEmbedded recipe for at. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-31gawk: add gawk 3.1.8, GPLv3 versionYu Ke
move to meta/recipes Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>