summaryrefslogtreecommitdiff
path: root/meta-lsb
Commit message (Collapse)AuthorAgeFilesLines
* gamin: put into meta-lsbQing He2010-08-132-0/+83
| | | | | | | | changes: - gamin now also PROVIDES fam, moved to meta-lsb - separate out libgamin Signed-off-by: Qing He <qing.he@intel.com>
* shadow: add new recipe 4.1.4.2Kevin Tian2010-08-1316-0/+778
| | | | | | | | | | | | | | | | | | | | | (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>
* minicom: Update to 2.3 (from OE)Saul Wold2010-08-135-37/+30
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* minicom: move from meta-extras to meta-lsbSaul Wold2010-08-133-0/+81
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* ed: add 1.4 as new recipeZhai Edwin2010-08-132-0/+65
| | | | | | | | 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>
* quote/cwautomacros: Move to meta-lsbRichard Purdie2010-08-062-0/+34
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bc: add 1.06 version as new recipeZhai Edwin2010-08-061-0/+18
| | | | | | Simple function test done. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* iptables: new package 1.4.8Kevin Tian2010-07-301-0/+31
| | | | | | | | | | 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>
* task-poky-basic: Enable at and tar for basic imageSaul Wold2010-07-241-1/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* tar: New recipe additions 1.17 and 1.23Scott Garman2010-07-245-0/+110
| | | | | | | | | * 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>
* at: New recipe additions 3.1.10.2 and 3.1.12Scott Garman2010-07-247-0/+181
| | | | | | | | | * 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>
* meta-lsb: Add basic infrastructure to create lsb imageSaul Wold2010-07-247-0/+367
Move tar and at to meta-lsb Signed-off-by: Saul Wold <Saul.Wold@intel.com>