diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-23 16:50:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:52:26 +0000 |
commit | 9db1f3b13c7e7f37c41f6a4fabdb2fc0c5ebc227 (patch) | |
tree | 9085fe4cedd4db73be344832c9b7d7851ccb6d57 /meta/recipes-support | |
parent | 949f4dc6f2bd59aa3e2c782fee87f07438aebd21 (diff) | |
download | openembedded-core-9db1f3b13c7e7f37c41f6a4fabdb2fc0c5ebc227.tar.gz openembedded-core-9db1f3b13c7e7f37c41f6a4fabdb2fc0c5ebc227.tar.bz2 openembedded-core-9db1f3b13c7e7f37c41f6a4fabdb2fc0c5ebc227.zip |
apr: add apr_rules.mk to SSTATE_SCAN_FILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr_1.4.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.5.bb b/meta/recipes-support/apr/apr_1.4.5.bb index be465b4a4a..2374d300ab 100644 --- a/meta/recipes-support/apr/apr_1.4.5.bb +++ b/meta/recipes-support/apr/apr_1.4.5.bb @@ -41,6 +41,8 @@ do_install_append() { oe_multilib_header apr.h } +SSTATE_SCAN_FILES += "apr_rules.mk" + SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess" apr_sysroot_preprocess () { |