summaryrefslogtreecommitdiff
path: root/meta/packages/sysvinit/sysvinit_2.88dsf.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-135/+0
| | | | | | | | | | | | | | | | | 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>
* sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.aJeff Dike2010-07-151-1/+2
| | | | | | | | | The sulogin compile checked for /usr/lib*/libcrypt.a to decide whether to add -lcrypt to the final compile. However, the recipe puts LCRYPT in the environment, so crypt-lib.patch makes the Makefile check for this before looking at the host /usr/lib. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* sysvinit: upgrade to version 2.88dsfQing He2010-06-301-0/+134
from 2.86 update to new homepage and download site changes: - rebase install.patch - remove dated 2.86 patch Signed-off-by: Qing He <qing.he@intel.com>