generic-poky/meta/recipes-support/attr
Roy Li 97105c4b29 attr: narrow fix_symlink to populate_sysroot
fix_symlink will be called many times, like populate_sysroot and populate_lic;
which maybe lead to rpm-native building failure, due to the below error:
	".../usr/lib/libacl.so: No such file or directory"
since after acl/attr finished populate_sysroot task, rpm start to be compiled
but acl/attr populate_lic, which run fix_symlink, maybe remove the
.../usr/lib/libacl.so

In fact, fix_symlink only needs to be called after populate_sysroot

(From OE-Core rev: 6882b65489c74907709021532578270e8f7f03f0)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-16 09:24:54 +01:00
..
acl acl: fix the order of expected output of getfacl 2014-03-25 09:55:35 +00:00
files attr: enable ptest support 2014-02-17 15:28:58 +00:00
acl.inc acl: add acl dependency to acl-ptest 2014-11-06 16:45:19 +00:00
acl_2.2.52.bb acl: Update to 2.2.52 2013-12-09 18:01:44 +00:00
attr.inc attr: Allow use during build and SDK 2014-08-15 18:21:52 +01:00
attr_2.4.47.bb attr: attr_2.4.47 release tarball missing configure.ac 2013-11-25 16:14:47 +00:00
ea-acl.inc attr: narrow fix_symlink to populate_sysroot 2015-08-16 09:24:54 +01:00