summaryrefslogtreecommitdiff
path: root/meta/recipes-support/attr/ea-acl.inc
Commit message (Collapse)AuthorAgeFilesLines
* ea-acl: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-191-3/+3
| | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* multilib: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-031-1/+1
| | | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* acl,attr: Fix build failures when NLS is disabled on uclibcKhem Raj2011-07-201-0/+3
| | | | | | Disable gettext support when NLS is not enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
* attr: upgrade to version 2.4.46Qing He2011-05-041-1/+1
| | | | | | | | from 2.4.44 - remove the backported patch that is now in the tarball - prog path issue has also been fixed in the upstream Signed-off-by: Qing He <qing.he@intel.com>
* attr: Fix compilation on uclibcKhem Raj2011-04-281-3/+1
| | | | | | | | It needs -lintl added to LDFLAGS for uclibc inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* attr: fix the hardcoded search path in the AC_PATH_PROGDexuan Cui2010-10-091-1/+2
| | | | | | | | | | | | We should respect $PATH. The patch is from Qing. Fixes [BUGID #369]. BTW: the bug was triggered on a build host that didn't install gettext. Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-011-0/+35
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>