summaryrefslogtreecommitdiffstats
path: root/meta/packages/attr
Commit message (Collapse)AuthorAgeFilesLines
* acl: add new packageQing He2010-08-062-0/+29
| | | | | | | | | | | | | | version 2.2.49 - reuse attr build system include file - the default build will add attr's rpath into libacl.so, a hack is used here to prevent that hardcode. The hack is ugly but simple, without the need to do considerable autoconf hacks. An alternative approach is to use chrpath, but it doesn't have support for multilib thus not usable in its current state. - manual fix to .la Singed-off-by: Qing He <qing.he@intel.com>
* attr: various improvementsQing He2010-08-064-38/+65
| | | | | | | | | | | | | changes: - separate the build system to ea-acl.inc, it is also used by upcoming acl (ea stands for extended attributes) - the .so.* is moved to /lib, so it can be used by packages like udev - change absolute symbolic links to relative path, code inspired by udev - manual fix to .la Signed-off-by: Qing He <qing.he@intel.com>
* attr: add new packageQing He2010-07-087-0/+186
version 2.4.44 Signed-off-by: Qing He <qing.he@intel.com>