]> code.ossystems Code Review - openembedded-core.git/commit
acl: add new package
authorQing He <qing.he@intel.com>
Thu, 29 Jul 2010 10:43:55 +0000 (18:43 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 6 Aug 2010 21:21:48 +0000 (22:21 +0100)
commit0025bbb903f6c4c30540d7b2d6a54d90645ca514
tree2fda89914556e964f6e3fe98da74be7867cd22df
parent607709f78d1910ee0ba5ac1dcc74deb3feb1b90a
acl: add new package

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>
meta/packages/attr/acl.inc [new file with mode: 0644]
meta/packages/attr/acl_2.2.49.bb [new file with mode: 0644]