summaryrefslogtreecommitdiff
path: root/meta-lsb/packages
AgeCommit message (Collapse)AuthorFiles
2010-08-19net-tools: add new recipe (1.60-23)Kevin Tian3
Borrow from OpenEmbedded with below difference: - use Debian as the SRC_URI - instead of copying all Debian locally, handle it in recipe automatically which eases our maintenance effort in the future - enable gettext It's said the net-tools is deprecated by iproute2. However not all utilities are replaced yet, such as hostname, domainname, netstat, slattach, ... Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-19pax: add 3.4 as new recipeZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@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-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-19gamin: add glib-2.0 as dependencyQing He1
Signed-off-by: Qing He <qing.he@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-13ethtool: add new recipe 2.6.34Kevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-13procps: Move from meta-moblin to meta-lsbSaul Wold9
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-13Move byacc, which, libconvert-asn1-perl and libtimedate-perl to meta-lsbRichard Purdie6
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-13tasks: updated tasks and images to reflect distro lsb requirmentsSaul Wold6
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-13gamin: put into meta-lsbQing He2
changes: - gamin now also PROVIDES fam, moved to meta-lsb - separate out libgamin Signed-off-by: Qing He <qing.he@intel.com>
2010-08-13shadow: add new recipe 4.1.4.2Kevin Tian16
(borrow from OpenEmbedded with below tweaks) Enhance login_defs_pam.sed according to shadow source, to ensuer we don't leave any unknown definitions in /etc/login.defs when pam is enabled no need for --disable-account-tools-setuid which is detected upon pam automatically, and no specific CFLAGS append move shadow site options to generic site files adjust indention RDEPENDS on a list of pam-plugins since they're separately packaged test with both pam enabled and pam disabled. when pam is enabled, tried some same tweak with desired effect. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-13minicom: Update to 2.3 (from OE)Saul Wold5
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-13minicom: move from meta-extras to meta-lsbSaul Wold3
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-13ed: add 1.4 as new recipeZhai Edwin2
Add a patch(should be GPLv3) to fix the compile issue, otherwise only produce binary for build system in cross-compile environment. Simple function test done. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-06quote/cwautomacros: Move to meta-lsbRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-06bc: add 1.06 version as new recipeZhai Edwin1
Simple function test done. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-30iptables: new package 1.4.8Kevin Tian1
Create a new recipe based on openembedded 1.4.7 with cleanup suitable for poky acceptance. The tricky thing is to figure out which set of kernel modules are recommended for a basic iptable functions Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-24task-poky-basic: Enable at and tar for basic imageSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-07-24tar: New recipe additions 1.17 and 1.23Scott Garman5
* tar 1.23 is GPLv3 * tar 1.17 is latest GPLv2 Recipes and patches dervied from OpenEmbedded and Debian Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-07-24at: New recipe additions 3.1.10.2 and 3.1.12Scott Garman7
* at 3.1.12 is GPLv3 * at 3.1.10.2 is latest GPLv2 Recipes and patches derived from OpenEmbedded Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-07-24meta-lsb: Add basic infrastructure to create lsb imageSaul Wold6
Move tar and at to meta-lsb Signed-off-by: Saul Wold <Saul.Wold@intel.com>