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:53:02 +0000 |
commit | 331540ca8b6e6fe33b7d892eeda8bab482100f79 (patch) | |
tree | 0470a52569f19e9fe378a7afb52630d790e79a43 | |
parent | 9d6d5e37abae5e88ac6cd06fe1c3d7fb36801fac (diff) | |
download | poky-331540ca8b6e6fe33b7d892eeda8bab482100f79.tar.gz |
apr: add apr_rules.mk to SSTATE_SCAN_FILES
(From OE-Core rev: 9db1f3b13c7e7f37c41f6a4fabdb2fc0c5ebc227)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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() { | |||
41 | oe_multilib_header apr.h | 41 | oe_multilib_header apr.h |
42 | } | 42 | } |
43 | 43 | ||
44 | SSTATE_SCAN_FILES += "apr_rules.mk" | ||
45 | |||
44 | SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess" | 46 | SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess" |
45 | 47 | ||
46 | apr_sysroot_preprocess () { | 48 | apr_sysroot_preprocess () { |