diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-03-19 13:53:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 20:19:25 +0000 |
commit | 53db58982b7af59d75fc11b73475e9d71e6927ac (patch) | |
tree | 26a86a8c41f1d6905ae19c17ff340eb994b3651d /meta/recipes-devtools/pkgconfig/pkgconfig.inc | |
parent | 3b0a69a99a3a56aa88d69c9288b17a38fa9956b8 (diff) | |
download | openembedded-core-53db58982b7af59d75fc11b73475e9d71e6927ac.tar.gz openembedded-core-53db58982b7af59d75fc11b73475e9d71e6927ac.tar.bz2 openembedded-core-53db58982b7af59d75fc11b73475e9d71e6927ac.tar.xz openembedded-core-53db58982b7af59d75fc11b73475e9d71e6927ac.zip |
lttng-modules: fix compliation error with 3.2.x -stable kernels
recent -stable kernels have their own fallback definition of is_compat_task
#define is_compat_task() (0)
To protect against this double definition of is_compat_task we can check
to see if it is already defined, and skip the lttng variant.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
0 files changed, 0 insertions, 0 deletions