summaryrefslogtreecommitdiff
path: root/meta/packages/attr
AgeCommit message (Collapse)AuthorFiles
2010-08-06acl: add new packageQing He2
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>
2010-08-06attr: various improvementsQing He4
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>
2010-07-08attr: add new packageQing He7
version 2.4.44 Signed-off-by: Qing He <qing.he@intel.com>